Class: Intercom::Service::Section

Inherits:
BaseService show all
Includes:
ApiOperations::Delete, ApiOperations::Find, ApiOperations::List, ApiOperations::Save
Defined in:
lib/intercom/section.rb

Instance Attribute Summary

Attributes inherited from BaseService

#client

Instance Method Summary collapse

Methods included from ApiOperations::Delete

#delete

Methods included from ApiOperations::Save

#create, #identity_hash, #save

Methods included from ApiOperations::Find

#find

Methods included from ApiOperations::List

#all

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_classObject



14
15
16
# File 'lib/intercom/section.rb', line 14

def collection_class
  Intercom::Section
end

#collection_nameObject



18
19
20
# File 'lib/intercom/section.rb', line 18

def collection_name
  'help_center/sections'
end