Class: ManBook::Page
- Inherits:
-
Object
- Object
- ManBook::Page
- Defined in:
- lib/manbook/page.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author.
3 4 5 |
# File 'lib/manbook/page.rb', line 3 def @author end |
#file_name ⇒ Object
Returns the value of attribute file_name.
3 4 5 |
# File 'lib/manbook/page.rb', line 3 def file_name @file_name end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/manbook/page.rb', line 3 def title @title end |