Class: Fog::AWS::Glacier::Archives

Inherits:
Collection
  • Object
show all
Defined in:
lib/fog/aws/models/glacier/archives.rb

Instance Method Summary collapse

Instance Method Details

#allObject

you can’t list a vault’s archives



10
11
12
# File 'lib/fog/aws/models/glacier/archives.rb', line 10

def all
  nil
end

#get(key) ⇒ Object



14
15
16
# File 'lib/fog/aws/models/glacier/archives.rb', line 14

def get(key)
  new(:id => key)
end

#new(attributes = {}) ⇒ Object



18
19
20
21
# File 'lib/fog/aws/models/glacier/archives.rb', line 18

def new(attributes = {})
  requires :vault
  super({ :vault => vault }.merge!(attributes))
end