Method: AWS::Volume.all

Defined in:
lib/aws_cloud_map.rb

.allObject



270
271
272
# File 'lib/aws_cloud_map.rb', line 270

def self.all
  @@ec2.describe_volumes.map { |volume| new(volume) }
end