Class: Intercom::Service::Collection
- Inherits:
-
BaseService
- Object
- BaseService
- Intercom::Service::Collection
- Defined in:
- lib/intercom/service/collection.rb
Instance Attribute Summary
Attributes inherited from BaseService
Instance Method Summary collapse
Methods included from ApiOperations::Save
#create, #identity_hash, #save
Methods included from ApiOperations::Delete
Methods included from ApiOperations::Find
Methods included from ApiOperations::List
Methods inherited from BaseService
#collection_proxy_class, #from_api, #initialize
Constructor Details
This class inherits a constructor from Intercom::Service::BaseService
Instance Method Details
#collection_class ⇒ Object
15 16 17 |
# File 'lib/intercom/service/collection.rb', line 15 def collection_class Intercom::Collection end |
#collection_name ⇒ Object
19 20 21 |
# File 'lib/intercom/service/collection.rb', line 19 def collection_name "help_center/collections" end |