Class: Grntest::LogEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/grntest/log-entry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#log_levelObject

Returns the value of attribute log_level

Returns:

  • (Object)

    the current value of log_level



17
18
19
# File 'lib/grntest/log-entry.rb', line 17

def log_level
  @log_level
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



17
18
19
# File 'lib/grntest/log-entry.rb', line 17

def message
  @message
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



17
18
19
# File 'lib/grntest/log-entry.rb', line 17

def timestamp
  @timestamp
end