Class: Zm::Client::ContactsCollection
- Inherits:
-
Base::AccountSearchObjectsCollection
- Object
- Base::ObjectsCollection
- Base::AccountObjectsCollection
- Base::AccountSearchObjectsCollection
- Zm::Client::ContactsCollection
- Defined in:
- lib/zm/client/contact/contacts_collection.rb
Overview
collection account contacts
Constant Summary
Constants inherited from Base::ObjectsCollection
Base::ObjectsCollection::METHODS_MISSING_LIST
Instance Attribute Summary
Attributes inherited from Base::AccountSearchObjectsCollection
Attributes inherited from Base::ObjectsCollection
Instance Method Summary collapse
-
#initialize(parent) ⇒ ContactsCollection
constructor
A new instance of ContactsCollection.
Methods inherited from Base::AccountSearchObjectsCollection
#build_find, #build_query, #delete_all, #end_at, #find, #folder_ids, #folders, #ids, #make_query, #order, #reset, #start_at, #where
Methods inherited from Base::ObjectsCollection
#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) ⇒ ContactsCollection
Returns a new instance of ContactsCollection.
7 8 9 10 11 12 13 |
# File 'lib/zm/client/contact/contacts_collection.rb', line 7 def initialize(parent) super @child_class = Contact @builder_class = ContactBuilder @type = SoapConstants::CONTACT @folder_ids = [FolderDefault::CONTACTS.id] end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Zm::Client::Base::ObjectsCollection