Class: WriteDown::Page

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#keywordObject

Returns the value of attribute keyword.



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

def keyword
  @keyword
end

#titleObject

Returns the value of attribute title.



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

def title
  @title
end