Class: Grntest::QueryLogEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#markObject

Returns the value of attribute mark

Returns:

  • (Object)

    the current value of mark



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

def mark
  @mark
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



17
18
19
# File 'lib/grntest/query-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/query-log-entry.rb', line 17

def timestamp
  @timestamp
end