Class: Alister::Site::Page
- Inherits:
-
Struct
- Object
- Struct
- Alister::Site::Page
- Defined in:
- lib/site.rb
Overview
Note:
Please dont use this, this is not meant to be used outside at all
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
27 28 29 |
# File 'lib/site.rb', line 27 def content @content end |
#path ⇒ Object
Returns the value of attribute path
27 28 29 |
# File 'lib/site.rb', line 27 def path @path end |