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