Class: Smplkit::Audit::TestForwarderResult
- Inherits:
-
Struct
- Object
- Struct
- Smplkit::Audit::TestForwarderResult
- Defined in:
- lib/smplkit/audit/forwarders.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#latency_ms ⇒ Object
Returns the value of attribute latency_ms.
-
#response_body ⇒ Object
Returns the value of attribute response_body.
-
#response_headers ⇒ Object
Returns the value of attribute response_headers.
-
#response_status ⇒ Object
Returns the value of attribute response_status.
-
#succeeded ⇒ Object
Returns the value of attribute succeeded.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
241 242 243 |
# File 'lib/smplkit/audit/forwarders.rb', line 241 def error @error end |
#latency_ms ⇒ Object
Returns the value of attribute latency_ms
241 242 243 |
# File 'lib/smplkit/audit/forwarders.rb', line 241 def latency_ms @latency_ms end |
#response_body ⇒ Object
Returns the value of attribute response_body
241 242 243 |
# File 'lib/smplkit/audit/forwarders.rb', line 241 def response_body @response_body end |
#response_headers ⇒ Object
Returns the value of attribute response_headers
241 242 243 |
# File 'lib/smplkit/audit/forwarders.rb', line 241 def response_headers @response_headers end |
#response_status ⇒ Object
Returns the value of attribute response_status
241 242 243 |
# File 'lib/smplkit/audit/forwarders.rb', line 241 def response_status @response_status end |
#succeeded ⇒ Object
Returns the value of attribute succeeded
241 242 243 |
# File 'lib/smplkit/audit/forwarders.rb', line 241 def succeeded @succeeded end |