Class: Mxrb::Scaffold::PageTemplates::Entry
- Inherits:
-
Data
- Object
- Data
- Mxrb::Scaffold::PageTemplates::Entry
- Defined in:
- lib/mxrb/scaffold/page_templates.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
readonly
Returns the value of attribute category.
-
#data_backed ⇒ Object
readonly
Returns the value of attribute data_backed.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#category ⇒ Object (readonly)
Returns the value of attribute category
9 10 11 |
# File 'lib/mxrb/scaffold/page_templates.rb', line 9 def category @category end |
#data_backed ⇒ Object (readonly)
Returns the value of attribute data_backed
9 10 11 |
# File 'lib/mxrb/scaffold/page_templates.rb', line 9 def data_backed @data_backed end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/mxrb/scaffold/page_templates.rb', line 9 def description @description end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/mxrb/scaffold/page_templates.rb', line 9 def name @name end |