Class: HighLevel::Models::AdManager::ThankYouPage
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::ThankYouPage
- Defined in:
- lib/high_level/models/ad_manager/thank_you_page.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#business_phone ⇒ Object
readonly
Returns the value of attribute business_phone.
-
#button_link ⇒ Object
readonly
Returns the value of attribute button_link.
-
#button_text ⇒ Object
readonly
Returns the value of attribute button_text.
-
#button_type ⇒ Object
readonly
Returns the value of attribute button_type.
-
#country_code ⇒ Object
readonly
Returns the value of attribute country_code.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
9 10 11 |
# File 'lib/high_level/models/ad_manager/thank_you_page.rb', line 9 def body @body end |
#business_phone ⇒ Object (readonly)
Returns the value of attribute business_phone
9 10 11 |
# File 'lib/high_level/models/ad_manager/thank_you_page.rb', line 9 def business_phone @business_phone end |
#button_link ⇒ Object (readonly)
Returns the value of attribute button_link
9 10 11 |
# File 'lib/high_level/models/ad_manager/thank_you_page.rb', line 9 def @button_link end |
#button_text ⇒ Object (readonly)
Returns the value of attribute button_text
9 10 11 |
# File 'lib/high_level/models/ad_manager/thank_you_page.rb', line 9 def @button_text end |
#button_type ⇒ Object (readonly)
Returns the value of attribute button_type
9 10 11 |
# File 'lib/high_level/models/ad_manager/thank_you_page.rb', line 9 def @button_type end |
#country_code ⇒ Object (readonly)
Returns the value of attribute country_code
9 10 11 |
# File 'lib/high_level/models/ad_manager/thank_you_page.rb', line 9 def country_code @country_code end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/ad_manager/thank_you_page.rb', line 9 def title @title end |