Module: Intercom::ApiOperations::List

Included in:
Intercom::Admin, Company, Note, Segment, Subscription, Tag, User
Defined in:
lib/intercom/api_operations/list.rb

Overview

TODO: Should we rename to All

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



12
13
14
# File 'lib/intercom/api_operations/list.rb', line 12

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