Class: Fog::AWS::Glacier::Archives
- Inherits:
-
Collection
- Object
- Array
- Collection
- Fog::AWS::Glacier::Archives
- Defined in:
- lib/fog/aws/models/glacier/archives.rb
Instance Attribute Summary
Attributes inherited from Collection
Instance Method Summary collapse
-
#all ⇒ Object
you can’t list a vault’s archives.
- #get(key) ⇒ Object
- #new(attributes = {}) ⇒ Object
Methods inherited from Collection
#clear, #create, #destroy, #initialize, #inspect, #load, model, #model, #reload, #table, #to_json
Methods included from Fog::Attributes::ClassMethods
#_load, #aliases, #attribute, #attributes, #identity, #ignore_attributes, #ignored_attributes
Methods included from Fog::Attributes::InstanceMethods
#_dump, #attributes, #dup, #identity, #identity=, #merge_attributes, #new_record?, #requires, #requires_one
Constructor Details
This class inherits a constructor from Fog::Collection
Instance Method Details
#all ⇒ Object
you can’t list a vault’s archives
13 14 15 |
# File 'lib/fog/aws/models/glacier/archives.rb', line 13 def all nil end |
#get(key) ⇒ Object
17 18 19 |
# File 'lib/fog/aws/models/glacier/archives.rb', line 17 def get(key) new(:id => key) end |
#new(attributes = {}) ⇒ Object
21 22 23 24 |
# File 'lib/fog/aws/models/glacier/archives.rb', line 21 def new(attributes = {}) requires :vault super({ :vault => vault }.merge!(attributes)) end |