Class: Girb::DebugSessionHistory::Entry
- Inherits:
-
Struct
- Object
- Struct
- Girb::DebugSessionHistory::Entry
- Defined in:
- lib/girb/debug_session_history.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#response ⇒ Object
Returns the value of attribute response.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
6 7 8 |
# File 'lib/girb/debug_session_history.rb', line 6 def content @content end |
#response ⇒ Object
Returns the value of attribute response
6 7 8 |
# File 'lib/girb/debug_session_history.rb', line 6 def response @response end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
6 7 8 |
# File 'lib/girb/debug_session_history.rb', line 6 def @timestamp end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/girb/debug_session_history.rb', line 6 def type @type end |