Class: Smplkit::Audit::TestForwarderResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/smplkit/audit/forwarders.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



241
242
243
# File 'lib/smplkit/audit/forwarders.rb', line 241

def error
  @error
end

#latency_msObject

Returns the value of attribute latency_ms

Returns:

  • (Object)

    the current value of latency_ms



241
242
243
# File 'lib/smplkit/audit/forwarders.rb', line 241

def latency_ms
  @latency_ms
end

#response_bodyObject

Returns the value of attribute response_body

Returns:

  • (Object)

    the current value of response_body



241
242
243
# File 'lib/smplkit/audit/forwarders.rb', line 241

def response_body
  @response_body
end

#response_headersObject

Returns the value of attribute response_headers

Returns:

  • (Object)

    the current value of response_headers



241
242
243
# File 'lib/smplkit/audit/forwarders.rb', line 241

def response_headers
  @response_headers
end

#response_statusObject

Returns the value of attribute response_status

Returns:

  • (Object)

    the current value of response_status



241
242
243
# File 'lib/smplkit/audit/forwarders.rb', line 241

def response_status
  @response_status
end

#succeededObject

Returns the value of attribute succeeded

Returns:

  • (Object)

    the current value of succeeded



241
242
243
# File 'lib/smplkit/audit/forwarders.rb', line 241

def succeeded
  @succeeded
end