Class: HubSpotSDK::Resources::Marketing
- Inherits:
-
Object
- Object
- HubSpotSDK::Resources::Marketing
show all
- Defined in:
- lib/hubspot_sdk/resources/marketing.rb,
lib/hubspot_sdk/resources/marketing/emails.rb,
lib/hubspot_sdk/resources/marketing/campaigns.rb,
lib/hubspot_sdk/resources/marketing/single_send.rb,
lib/hubspot_sdk/resources/marketing/transactional.rb,
lib/hubspot_sdk/resources/marketing/campaigns/batch.rb,
lib/hubspot_sdk/resources/marketing/campaigns/spend.rb,
lib/hubspot_sdk/resources/marketing/campaigns/assets.rb,
lib/hubspot_sdk/resources/marketing/campaigns/budget.rb,
lib/hubspot_sdk/resources/marketing/marketing_events.rb,
lib/hubspot_sdk/resources/marketing/campaigns/metrics.rb,
lib/hubspot_sdk/resources/marketing/marketing_events/events.rb,
lib/hubspot_sdk/resources/marketing/marketing_events/settings.rb,
lib/hubspot_sdk/resources/marketing/transactional/smtp_tokens.rb,
lib/hubspot_sdk/resources/marketing/transactional/single_email.rb,
lib/hubspot_sdk/resources/marketing/marketing_events/attendance.rb,
lib/hubspot_sdk/resources/marketing/marketing_events/participations.rb,
lib/hubspot_sdk/resources/marketing/marketing_events/subscriber_state.rb,
lib/hubspot_sdk/resources/marketing/marketing_events/list_associations.rb
Defined Under Namespace
Classes: Campaigns, Emails, MarketingEvents, SingleSend, Transactional
Instance Attribute Summary collapse
Instance Method Summary
collapse
Constructor Details
#initialize(client:) ⇒ Marketing
This method is part of a private API.
You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Marketing.
Instance Attribute Details
7
8
9
|
# File 'lib/hubspot_sdk/resources/marketing.rb', line 7
def campaigns
@campaigns
end
|
10
11
12
|
# File 'lib/hubspot_sdk/resources/marketing.rb', line 10
def emails
@emails
end
|
13
14
15
|
# File 'lib/hubspot_sdk/resources/marketing.rb', line 13
def marketing_events
@marketing_events
end
|
16
17
18
|
# File 'lib/hubspot_sdk/resources/marketing.rb', line 16
def single_send
@single_send
end
|
19
20
21
|
# File 'lib/hubspot_sdk/resources/marketing.rb', line 19
def transactional
@transactional
end
|