Class: Logbook::LogEntry
- Inherits:
-
Struct
- Object
- Struct
- Logbook::LogEntry
- Defined in:
- lib/logbook.rb
Instance Attribute Summary collapse
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#note ⇒ Object
Returns the value of attribute note.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#line_number ⇒ Object
Returns the value of attribute line_number
13 14 15 |
# File 'lib/logbook.rb', line 13 def line_number @line_number end |
#note ⇒ Object
Returns the value of attribute note
13 14 15 |
# File 'lib/logbook.rb', line 13 def note @note end |
#time ⇒ Object
Returns the value of attribute time
13 14 15 |
# File 'lib/logbook.rb', line 13 def time @time end |