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