Class: Nylas::ComponentCollection
- Inherits:
-
Collection
- Object
- Collection
- Nylas::ComponentCollection
- Defined in:
- lib/nylas/component_collection.rb
Overview
Additional configuration for the Component CRUD API
Instance Attribute Summary
Attributes inherited from Collection
Instance Method Summary collapse
Methods inherited from Collection
#count, #create, #each, #execute, #expanded, #find, #find_each, #find_model, #find_raw, #ids, #initialize, #limit, #more_pages?, #new, #next_page, #offset, #raw, #search, #to_be_executed, #where
Constructor Details
This class inherits a constructor from Nylas::Collection
Instance Method Details
#resources_path ⇒ Object
6 7 8 |
# File 'lib/nylas/component_collection.rb', line 6 def resources_path "/component/#{api.client.app_id}" end |