Class: PerformanceTester::Outcome::Request::NullResponse
- Inherits:
-
Struct
- Object
- Struct
- PerformanceTester::Outcome::Request::NullResponse
- Defined in:
- lib/performance_tester/outcome.rb
Overview
Models the odd case where a request has no response parts
Instance Attribute Summary collapse
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#status ⇒ Object
Returns the value of attribute status.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#content_type ⇒ Object
Returns the value of attribute content_type
91 92 93 |
# File 'lib/performance_tester/outcome.rb', line 91 def content_type @content_type end |
#status ⇒ Object
Returns the value of attribute status
91 92 93 |
# File 'lib/performance_tester/outcome.rb', line 91 def status @status end |
#time ⇒ Object
Returns the value of attribute time
91 92 93 |
# File 'lib/performance_tester/outcome.rb', line 91 def time @time end |