Class: Girb::DebugSessionHistory::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



6
7
8
# File 'lib/girb/debug_session_history.rb', line 6

def content
  @content
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



6
7
8
# File 'lib/girb/debug_session_history.rb', line 6

def response
  @response
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



6
7
8
# File 'lib/girb/debug_session_history.rb', line 6

def timestamp
  @timestamp
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



6
7
8
# File 'lib/girb/debug_session_history.rb', line 6

def type
  @type
end