Class: Zm::Client::Base::AccountObjectsCollection

Inherits:
ObjectsCollection show all
Defined in:
lib/zm/client/base/account_objects_collection.rb

Overview

Collection AccountObjectsCollection

Constant Summary

Constants inherited from ObjectsCollection

ObjectsCollection::METHODS_MISSING_LIST

Instance Attribute Summary

Attributes inherited from ObjectsCollection

#parent

Instance Method Summary collapse

Methods inherited from 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) ⇒ AccountObjectsCollection

Returns a new instance of AccountObjectsCollection.



8
9
10
# File 'lib/zm/client/base/account_objects_collection.rb', line 8

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