Storable
# File lib/rudy/aws/ec2/volume.rb, line 35 def attached?; (status && status == "attached"); end
# File lib/rudy/aws/ec2/volume.rb, line 32 def available?; (status && status == "available"); end
# File lib/rudy/aws/ec2/volume.rb, line 33 def creating?; (status && status == "creating"); end
# File lib/rudy/aws/ec2/volume.rb, line 34 def deleting?; (status && status == "deleting"); end
# File lib/rudy/aws/ec2/volume.rb, line 36 def in_use?; (status && status == "in-use"); end
# File lib/rudy/aws/ec2/volume.rb, line 18 def postprocess @zone &&= @zone.to_sym @size &&= @size.to_i end
Generated with the Darkfish Rdoc Generator 2.