Module: Intercom::ApiOperations::Find

Included in:
Company, Contact, Conversation, Count, Note, Segment, Subscription, Tag, User
Defined in:
lib/intercom/api_operations/find.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



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

def self.included(base)
  base.extend(ClassMethods)
end