Class: Note

Inherits:
Sequel::Model
  • Object
show all
Defined in:
lib/oneday/model/note.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content.



2
3
4
# File 'lib/oneday/model/note.rb', line 2

def content
  @content
end