Class: RSpecTelemetry::Trace::Viewer::ReportView::Row

Inherits:
Data
  • Object
show all
Defined in:
lib/rspec_telemetry/trace/viewer/report_view.rb

Instance Attribute Summary collapse

Instance Attribute Details

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



11
12
13
# File 'lib/rspec_telemetry/trace/viewer/report_view.rb', line 11

def payload
  @payload
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



11
12
13
# File 'lib/rspec_telemetry/trace/viewer/report_view.rb', line 11

def source
  @source
end

#styleObject (readonly)

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



11
12
13
# File 'lib/rspec_telemetry/trace/viewer/report_view.rb', line 11

def style
  @style
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



11
12
13
# File 'lib/rspec_telemetry/trace/viewer/report_view.rb', line 11

def text
  @text
end