Class: TestRecorder::CdpRecorder::Record

Inherits:
Struct
  • Object
show all
Defined in:
lib/test_recorder/cdp_recorder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#frame_countObject

Returns the value of attribute frame_count

Returns:

  • (Object)

    the current value of frame_count



9
10
11
# File 'lib/test_recorder/cdp_recorder.rb', line 9

def frame_count
  @frame_count
end

#ioObject

Returns the value of attribute io

Returns:

  • (Object)

    the current value of io



9
10
11
# File 'lib/test_recorder/cdp_recorder.rb', line 9

def io
  @io
end

#pageObject

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



9
10
11
# File 'lib/test_recorder/cdp_recorder.rb', line 9

def page
  @page
end