Class: ManBook::Page

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author.



3
4
5
# File 'lib/manbook/page.rb', line 3

def author
  @author
end

#file_nameObject

Returns the value of attribute file_name.



3
4
5
# File 'lib/manbook/page.rb', line 3

def file_name
  @file_name
end

#titleObject

Returns the value of attribute title.



3
4
5
# File 'lib/manbook/page.rb', line 3

def title
  @title
end