Methods

Class/Module Index [+]

Quicksearch

Fog::AWS::Glacier::Archives

Public Instance Methods

all() click to toggle source

you can't list a vault's archives

# File lib/fog/aws/models/glacier/archives.rb, line 13
def all
  nil
end
get(key) click to toggle source
# File lib/fog/aws/models/glacier/archives.rb, line 17
def get(key)
  new(:id => key)
end
new(attributes = {}) click to toggle source
# File lib/fog/aws/models/glacier/archives.rb, line 21
def new(attributes = {})
  requires :vault
  super({ :vault => vault }.merge!(attributes))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.