Class: Grindstone::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/grindstone.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blog_descriptionObject

Returns the value of attribute blog_description.



5
6
7
# File 'lib/grindstone.rb', line 5

def blog_description
  @blog_description
end

Returns the value of attribute blog_footer.



5
6
7
# File 'lib/grindstone.rb', line 5

def blog_footer
  @blog_footer
end

#blog_titleObject

Returns the value of attribute blog_title.



5
6
7
# File 'lib/grindstone.rb', line 5

def blog_title
  @blog_title
end