Class: HighLevel::Models::AdManager::UpsertAdDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::UpsertAdDTO
- Defined in:
- lib/high_level/models/ad_manager/upsert_ad_dto.rb
Instance Attribute Summary collapse
-
#adset_id ⇒ Object
readonly
Returns the value of attribute adset_id.
-
#campaign_id ⇒ Object
readonly
Returns the value of attribute campaign_id.
-
#conversation_form_id ⇒ Object
readonly
Returns the value of attribute conversation_form_id.
-
#cta ⇒ Object
readonly
Returns the value of attribute cta.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#destination_form_id ⇒ Object
readonly
Returns the value of attribute destination_form_id.
-
#destination_link ⇒ Object
readonly
Returns the value of attribute destination_link.
-
#headline ⇒ Object
readonly
Returns the value of attribute headline.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#image_url ⇒ Object
readonly
Returns the value of attribute image_url.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#media ⇒ Object
readonly
Returns the value of attribute media.
-
#media_type ⇒ Object
readonly
Returns the value of attribute media_type.
-
#multi_advertiser_ads ⇒ Object
readonly
Returns the value of attribute multi_advertiser_ads.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#primary_text ⇒ Object
readonly
Returns the value of attribute primary_text.
Instance Attribute Details
#adset_id ⇒ Object (readonly)
Returns the value of attribute adset_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def adset_id @adset_id end |
#campaign_id ⇒ Object (readonly)
Returns the value of attribute campaign_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def campaign_id @campaign_id end |
#conversation_form_id ⇒ Object (readonly)
Returns the value of attribute conversation_form_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def conversation_form_id @conversation_form_id end |
#cta ⇒ Object (readonly)
Returns the value of attribute cta
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def cta @cta end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def description @description end |
#destination_form_id ⇒ Object (readonly)
Returns the value of attribute destination_form_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def destination_form_id @destination_form_id end |
#destination_link ⇒ Object (readonly)
Returns the value of attribute destination_link
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def destination_link @destination_link end |
#headline ⇒ Object (readonly)
Returns the value of attribute headline
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def headline @headline end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def id @id end |
#image_url ⇒ Object (readonly)
Returns the value of attribute image_url
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def image_url @image_url end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def location_id @location_id end |
#media ⇒ Object (readonly)
Returns the value of attribute media
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def media @media end |
#media_type ⇒ Object (readonly)
Returns the value of attribute media_type
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def media_type @media_type end |
#multi_advertiser_ads ⇒ Object (readonly)
Returns the value of attribute multi_advertiser_ads
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def multi_advertiser_ads @multi_advertiser_ads end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def name @name end |
#primary_text ⇒ Object (readonly)
Returns the value of attribute primary_text
9 10 11 |
# File 'lib/high_level/models/ad_manager/upsert_ad_dto.rb', line 9 def primary_text @primary_text end |