Class: HighLevel::Models::AdManager::LinkedInAdDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::LinkedInAdDTO
- Defined in:
- lib/high_level/models/ad_manager/linked_in_ad_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.
-
#ad_id ⇒ Object
readonly
Returns the value of attribute ad_id.
-
#call_to_action_label ⇒ Object
readonly
Returns the value of attribute call_to_action_label.
-
#content_reference_string ⇒ Object
readonly
Returns the value of attribute content_reference_string.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#destination_form_id ⇒ Object
readonly
Returns the value of attribute destination_form_id.
-
#destination_url ⇒ Object
readonly
Returns the value of attribute destination_url.
-
#headline ⇒ Object
readonly
Returns the value of attribute headline.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#introductory_text ⇒ Object
readonly
Returns the value of attribute introductory_text.
-
#linked_in_error ⇒ Object
readonly
Returns the value of attribute linked_in_error.
-
#media ⇒ Object
readonly
Returns the value of attribute media.
-
#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.
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/linked_in_ad_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/linked_in_ad_dto.rb', line 9 def ad_campaign_id @ad_campaign_id end |
#ad_id ⇒ Object (readonly)
Returns the value of attribute ad_id
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_ad_dto.rb', line 9 def ad_id @ad_id end |
#call_to_action_label ⇒ Object (readonly)
Returns the value of attribute call_to_action_label
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_ad_dto.rb', line 9 def call_to_action_label @call_to_action_label end |
#content_reference_string ⇒ Object (readonly)
Returns the value of attribute content_reference_string
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_ad_dto.rb', line 9 def content_reference_string @content_reference_string end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_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/linked_in_ad_dto.rb', line 9 def destination_form_id @destination_form_id end |
#destination_url ⇒ Object (readonly)
Returns the value of attribute destination_url
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_ad_dto.rb', line 9 def destination_url @destination_url end |
#headline ⇒ Object (readonly)
Returns the value of attribute headline
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_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/linked_in_ad_dto.rb', line 9 def id @id end |
#introductory_text ⇒ Object (readonly)
Returns the value of attribute introductory_text
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_ad_dto.rb', line 9 def introductory_text @introductory_text end |
#linked_in_error ⇒ Object (readonly)
Returns the value of attribute linked_in_error
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_ad_dto.rb', line 9 def linked_in_error @linked_in_error end |
#media ⇒ Object (readonly)
Returns the value of attribute media
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_ad_dto.rb', line 9 def media @media end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
9 10 11 |
# File 'lib/high_level/models/ad_manager/linked_in_ad_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/linked_in_ad_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/linked_in_ad_dto.rb', line 9 def publishing_status @publishing_status end |