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