Class: Hubspot::Discovery::Crm::Associations::Client
- Inherits:
-
Object
- Object
- Hubspot::Discovery::Crm::Associations::Client
show all
- Includes:
- BaseModuleClient
- Defined in:
- lib/hubspot/discovery/crm/associations/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/crm/associations/client.rb', line 15
def api_classes
%i[
batch
].freeze
end
|
#api_modules ⇒ Object
9
10
11
12
13
14
|
# File 'lib/hubspot/discovery/crm/associations/client.rb', line 9
def api_modules
%i[
v4
schema
].freeze
end
|