Class: HighLevel::Models::AdManager::GoogleCarouselCardDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::GoogleCarouselCardDTO
- Defined in:
- lib/high_level/models/ad_manager/google_carousel_card_dto.rb
Instance Attribute Summary collapse
-
#call_to_action_label ⇒ Object
readonly
Returns the value of attribute call_to_action_label.
-
#final_url ⇒ Object
readonly
Returns the value of attribute final_url.
-
#headline ⇒ Object
readonly
Returns the value of attribute headline.
-
#media ⇒ Object
readonly
Returns the value of attribute media.
Instance Attribute Details
#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/google_carousel_card_dto.rb', line 9 def call_to_action_label @call_to_action_label end |
#final_url ⇒ Object (readonly)
Returns the value of attribute final_url
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_carousel_card_dto.rb', line 9 def final_url @final_url end |
#headline ⇒ Object (readonly)
Returns the value of attribute headline
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_carousel_card_dto.rb', line 9 def headline @headline end |
#media ⇒ Object (readonly)
Returns the value of attribute media
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_carousel_card_dto.rb', line 9 def media @media end |