Storable
# File lib/rudy/aws/ec2/snapshot.rb, line 17 def completed? self.status && self.status == 'completed' end
# File lib/rudy/aws/ec2/snapshot.rb, line 13 def to_s(with_title=false) [@awsid.bright, @volid, @created, @status, @progress].join '; ' end
[Validate]
Generated with the Darkfish Rdoc Generator 2.