Class: Zm::Client::SignaturesCollection
- Inherits:
-
Base::AccountObjectsCollection
- Object
- Base::ObjectsCollection
- Base::AccountObjectsCollection
- Zm::Client::SignaturesCollection
- Defined in:
- lib/zm/client/signature/signatures_collection.rb
Overview
collection of signatures
Constant Summary
Constants inherited from Base::ObjectsCollection
Base::ObjectsCollection::METHODS_MISSING_LIST
Instance Attribute Summary
Attributes inherited from Base::ObjectsCollection
Instance Method Summary collapse
-
#initialize(parent) ⇒ SignaturesCollection
constructor
A new instance of SignaturesCollection.
Methods inherited from 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) ⇒ SignaturesCollection
Returns a new instance of SignaturesCollection.
7 8 9 10 11 |
# File 'lib/zm/client/signature/signatures_collection.rb', line 7 def initialize(parent) @child_class = Signature @builder_class = SignaturesBuilder super(parent) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Zm::Client::Base::ObjectsCollection