Class: Intercom::Service::User

Instance Attribute Summary

Attributes inherited from BaseService

#client

Instance Method Summary collapse

Methods included from ExtendedApiOperations::Segments

#by_segment

Methods included from ExtendedApiOperations::Tags

#by_tag

Methods included from ApiOperations::Delete

#delete

Methods included from ApiOperations::Save

#create, #identity_hash, #save

Methods included from ApiOperations::FindAll

#find_all

Methods included from ApiOperations::Find

#find

Methods included from ApiOperations::List

#all

Methods included from ApiOperations::Load

#load

Methods inherited from BaseService

#from_api, #initialize

Constructor Details

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

Instance Method Details

#collection_classObject



23
24
25
# File 'lib/intercom/service/user.rb', line 23

def collection_class
  Intercom::User
end