Class: Intercom::Service::Message

Inherits:
BaseService show all
Includes:
ApiOperations::Save
Defined in:
lib/intercom/service/message.rb

Instance Attribute Summary

Attributes inherited from BaseService

#client

Instance Method Summary collapse

Methods included from ApiOperations::Save

#create, #identity_hash, #save

Methods inherited from BaseService

#collection_name, #collection_proxy_class, #from_api, #initialize

Constructor Details

This class inherits a constructor from Intercom::Service::BaseService

Instance Method Details

#collection_classObject



9
10
11
# File 'lib/intercom/service/message.rb', line 9

def collection_class
  Intercom::Message
end