Class: Lutra::Note
- Inherits:
-
Struct
- Object
- Struct
- Lutra::Note
- Defined in:
- lib/lutra/note.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
2 3 4 |
# File 'lib/lutra/note.rb', line 2 def comment @comment end |
#file ⇒ Object
Returns the value of attribute file
2 3 4 |
# File 'lib/lutra/note.rb', line 2 def file @file end |
#line ⇒ Object
Returns the value of attribute line
2 3 4 |
# File 'lib/lutra/note.rb', line 2 def line @line end |
#tag ⇒ Object
Returns the value of attribute tag
2 3 4 |
# File 'lib/lutra/note.rb', line 2 def tag @tag end |
#text ⇒ Object
Returns the value of attribute text
2 3 4 |
# File 'lib/lutra/note.rb', line 2 def text @text end |