Class: TestRecorder::CdpRecorder::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#ioObject

Returns the value of attribute io

Returns:

  • (Object)

    the current value of io



16
17
18
# File 'lib/test_recorder/cdp_recorder.rb', line 16

def io
  @io
end

#last_metadata_received_atObject

Returns the value of attribute last_metadata_received_at

Returns:

  • (Object)

    the current value of last_metadata_received_at



16
17
18
# File 'lib/test_recorder/cdp_recorder.rb', line 16

def 
  @last_metadata_received_at
end

#last_metadata_timeObject

Returns the value of attribute last_metadata_time

Returns:

  • (Object)

    the current value of last_metadata_time



16
17
18
# File 'lib/test_recorder/cdp_recorder.rb', line 16

def 
  @last_metadata_time
end

#pageObject

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



16
17
18
# File 'lib/test_recorder/cdp_recorder.rb', line 16

def page
  @page
end