Fog::Collection
# File lib/fog/aws/models/glacier/vaults.rb, line 12 def all data = service.list_vaults.body['VaultList'] load(data) end
# File lib/fog/aws/models/glacier/vaults.rb, line 17 def get(key) data = service.describe_vault(key).body new(data) rescue Excon::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.