Class: Hubspot::Discovery::Events::Client
- Inherits:
-
Object
- Object
- Hubspot::Discovery::Events::Client
show all
- Includes:
- BaseModuleClient
- Defined in:
- lib/hubspot/discovery/events/client.rb
Instance Attribute Summary
#params
Instance Method Summary
collapse
#base_module, #initialize
Instance Method Details
#api_classes ⇒ Object
15
16
17
18
19
|
# File 'lib/hubspot/discovery/events/client.rb', line 15
def api_classes
%i[
events
].freeze
end
|
#api_modules ⇒ Object
9
10
11
12
13
|
# File 'lib/hubspot/discovery/events/client.rb', line 9
def api_modules
%i[
send
].freeze
end
|