Class: Hubspot::Discovery::Events::Client

Inherits:
Object
  • Object
show all
Includes:
BaseModuleClient
Defined in:
lib/hubspot/discovery/events/client.rb

Instance Attribute Summary

Attributes included from BaseModuleClient

#params

Instance Method Summary collapse

Methods included from BaseModuleClient

#base_module, #initialize

Instance Method Details

#api_classesObject



15
16
17
18
19
# File 'lib/hubspot/discovery/events/client.rb', line 15

def api_classes
  %i[
    events
  ].freeze
end

#api_modulesObject



9
10
11
12
13
# File 'lib/hubspot/discovery/events/client.rb', line 9

def api_modules
  %i[
    send
  ].freeze
end