Class: Hubspot::Discovery::Crm::Objects::Client
- Inherits:
-
Object
- Object
- Hubspot::Discovery::Crm::Objects::Client
show all
- Includes:
- BaseModuleClient
- Defined in:
- lib/hubspot/discovery/crm/objects/client.rb
Instance Attribute Summary
#params
Instance Method Summary
collapse
#base_module, #initialize
Instance Method Details
#api_classes ⇒ Object
26
27
28
29
30
31
32
33
34
35
|
# File 'lib/hubspot/discovery/crm/objects/client.rb', line 26
def api_classes
%i[
associations
basic
batch
gdpr
search
public_object
].freeze
end
|
#api_modules ⇒ Object
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# File 'lib/hubspot/discovery/crm/objects/client.rb', line 10
def api_modules
%i[
calls
communications
emails
feedback_submissions
goals
leads
meetings
notes
postal_mail
tasks
taxes
].freeze
end
|