Class: HighLevel::Models::AdManager::AdCampaignDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::AdCampaignDTO
- Defined in:
- lib/high_level/models/ad_manager/ad_campaign_dto.rb
Instance Attribute Summary collapse
-
#ad_campaign_group_id ⇒ Object
readonly
Returns the value of attribute ad_campaign_group_id.
-
#ad_campaign_id ⇒ Object
readonly
Returns the value of attribute ad_campaign_id.
-
#ads ⇒ Object
readonly
Returns the value of attribute ads.
-
#audience ⇒ Object
readonly
Returns the value of attribute audience.
-
#campaign_type ⇒ Object
readonly
Returns the value of attribute campaign_type.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#linked_in_error ⇒ Object
readonly
Returns the value of attribute linked_in_error.
-
#locale ⇒ Object
readonly
Returns the value of attribute locale.
-
#media_type ⇒ Object
readonly
Returns the value of attribute media_type.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#publishing_status ⇒ Object
readonly
Returns the value of attribute publishing_status.
-
#unit_cost ⇒ Object
readonly
Returns the value of attribute unit_cost.
Instance Attribute Details
#ad_campaign_group_id ⇒ Object (readonly)
Returns the value of attribute ad_campaign_group_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_dto.rb', line 9 def ad_campaign_group_id @ad_campaign_group_id end |
#ad_campaign_id ⇒ Object (readonly)
Returns the value of attribute ad_campaign_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_dto.rb', line 9 def ad_campaign_id @ad_campaign_id end |
#ads ⇒ Object (readonly)
Returns the value of attribute ads
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_dto.rb', line 9 def ads @ads end |
#audience ⇒ Object (readonly)
Returns the value of attribute audience
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_dto.rb', line 9 def audience @audience end |
#campaign_type ⇒ Object (readonly)
Returns the value of attribute campaign_type
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_dto.rb', line 9 def campaign_type @campaign_type end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_dto.rb', line 9 def id @id end |
#linked_in_error ⇒ Object (readonly)
Returns the value of attribute linked_in_error
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_dto.rb', line 9 def linked_in_error @linked_in_error end |
#locale ⇒ Object (readonly)
Returns the value of attribute locale
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_dto.rb', line 9 def locale @locale end |
#media_type ⇒ Object (readonly)
Returns the value of attribute media_type
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_dto.rb', line 9 def media_type @media_type end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_dto.rb', line 9 def @meta end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_dto.rb', line 9 def name @name end |
#publishing_status ⇒ Object (readonly)
Returns the value of attribute publishing_status
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_dto.rb', line 9 def publishing_status @publishing_status end |
#unit_cost ⇒ Object (readonly)
Returns the value of attribute unit_cost
9 10 11 |
# File 'lib/high_level/models/ad_manager/ad_campaign_dto.rb', line 9 def unit_cost @unit_cost end |