class Bundle::ImageType
Constants
- KERNEL
- MACHINE
- RAMDISK
- VOLUME
Public Instance Methods
==(o)
click to toggle source
# File lib/ec2/amitools/bundle.rb, line 25 def ==(o) self.object_id == o.object_id end