Class: PerformanceTester::Outcome::Request::NullResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/performance_tester/outcome.rb

Overview

Models the odd case where a request has no response parts

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeObject

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



91
92
93
# File 'lib/performance_tester/outcome.rb', line 91

def content_type
  @content_type
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



91
92
93
# File 'lib/performance_tester/outcome.rb', line 91

def status
  @status
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



91
92
93
# File 'lib/performance_tester/outcome.rb', line 91

def time
  @time
end