Class: Zm::Client::BackupsCollection
- Inherits:
-
Zm::Client::Base::ObjectsCollection
- Object
- Zm::Client::Base::ObjectsCollection
- Zm::Client::BackupsCollection
- Defined in:
- lib/zm/client/backup/backups_collection.rb
Overview
Collection Backups
Constant Summary
Constants inherited from Zm::Client::Base::ObjectsCollection
Zm::Client::Base::ObjectsCollection::METHODS_MISSING_LIST
Instance Attribute Summary
Attributes inherited from Zm::Client::Base::ObjectsCollection
Instance Method Summary collapse
-
#initialize(parent) ⇒ BackupsCollection
constructor
A new instance of BackupsCollection.
Methods inherited from Zm::Client::Base::ObjectsCollection
#all, #all!, #find, #first, #logger, #method_missing, #new, #order, #page, #per_page, #respond_to_missing?
Methods included from Inspector
#inspect, #instance_variables_map, #to_h, #to_s
Constructor Details
#initialize(parent) ⇒ BackupsCollection
Returns a new instance of BackupsCollection.
7 8 9 |
# File 'lib/zm/client/backup/backups_collection.rb', line 7 def initialize(parent) @parent = parent end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Zm::Client::Base::ObjectsCollection