Class: TestRecorder::CdpRecorder::Record
- Inherits:
-
Struct
- Object
- Struct
- TestRecorder::CdpRecorder::Record
- Defined in:
- lib/test_recorder/cdp_recorder.rb
Instance Attribute Summary collapse
-
#io ⇒ Object
Returns the value of attribute io.
-
#last_metadata_received_at ⇒ Object
Returns the value of attribute last_metadata_received_at.
-
#last_metadata_time ⇒ Object
Returns the value of attribute last_metadata_time.
-
#page ⇒ Object
Returns the value of attribute page.
Instance Attribute Details
#io ⇒ Object
Returns the value of attribute io
16 17 18 |
# File 'lib/test_recorder/cdp_recorder.rb', line 16 def io @io end |
#last_metadata_received_at ⇒ Object
Returns the value of attribute last_metadata_received_at
16 17 18 |
# File 'lib/test_recorder/cdp_recorder.rb', line 16 def @last_metadata_received_at end |
#last_metadata_time ⇒ Object
Returns the value of attribute last_metadata_time
16 17 18 |
# File 'lib/test_recorder/cdp_recorder.rb', line 16 def @last_metadata_time end |
#page ⇒ Object
Returns the value of attribute page
16 17 18 |
# File 'lib/test_recorder/cdp_recorder.rb', line 16 def page @page end |