Class: Spina::Theme::NewPageTemplate
- Inherits:
-
Struct
- Object
- Struct
- Spina::Theme::NewPageTemplate
- Defined in:
- lib/spina/theme.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#recommended ⇒ Object
Returns the value of attribute recommended.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
5 6 7 |
# File 'lib/spina/theme.rb', line 5 def description @description end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/spina/theme.rb', line 5 def name @name end |
#recommended ⇒ Object
Returns the value of attribute recommended
5 6 7 |
# File 'lib/spina/theme.rb', line 5 def recommended @recommended end |
#title ⇒ Object
Returns the value of attribute title
5 6 7 |
# File 'lib/spina/theme.rb', line 5 def title @title end |