Class: Logbook::LogEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/logbook.rb

Instance Attribute Summary collapse

Instance Attribute Details

#line_numberObject

Returns the value of attribute line_number

Returns:

  • the current value of line_number



13
14
15
# File 'lib/logbook.rb', line 13

def line_number
  @line_number
end

#noteObject

Returns the value of attribute note

Returns:

  • the current value of note



13
14
15
# File 'lib/logbook.rb', line 13

def note
  @note
end

#timeObject

Returns the value of attribute time

Returns:

  • the current value of time



13
14
15
# File 'lib/logbook.rb', line 13

def time
  @time
end