Module: Intercom::ApiOperations::Count

Included in:
Company, Segment, Tag, User
Defined in:
lib/intercom/api_operations/count.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



11
12
13
# File 'lib/intercom/api_operations/count.rb', line 11

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