lib/swa/ec2/image.rb in swa-0.6.0 vs lib/swa/ec2/image.rb in swa-0.6.1

- old
+ new

@@ -6,9 +6,13 @@ class Image < Resource include TaggedResource + def id + ami.image_id + end + def summary [ field(ami, :image_id), ami.creation_date.sub(".000Z", "Z"), quoted(name)