Class: HighLevel::Models::AdManager::GreetingCard
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::GreetingCard
- Defined in:
- lib/high_level/models/ad_manager/greeting_card.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#style ⇒ Object
readonly
Returns the value of attribute style.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
9 10 11 |
# File 'lib/high_level/models/ad_manager/greeting_card.rb', line 9 def content @content end |
#style ⇒ Object (readonly)
Returns the value of attribute style
9 10 11 |
# File 'lib/high_level/models/ad_manager/greeting_card.rb', line 9 def style @style end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/ad_manager/greeting_card.rb', line 9 def title @title end |