Class: Grindstone::Config
- Inherits:
-
Object
- Object
- Grindstone::Config
- Defined in:
- lib/grindstone.rb
Instance Attribute Summary collapse
-
#blog_description ⇒ Object
Returns the value of attribute blog_description.
-
#blog_footer ⇒ Object
Returns the value of attribute blog_footer.
-
#blog_title ⇒ Object
Returns the value of attribute blog_title.
Instance Attribute Details
#blog_description ⇒ Object
Returns the value of attribute blog_description.
5 6 7 |
# File 'lib/grindstone.rb', line 5 def blog_description @blog_description end |
#blog_footer ⇒ Object
Returns the value of attribute blog_footer.
5 6 7 |
# File 'lib/grindstone.rb', line 5 def end |
#blog_title ⇒ Object
Returns the value of attribute blog_title.
5 6 7 |
# File 'lib/grindstone.rb', line 5 def blog_title @blog_title end |