Method: Fitting::Records::Unit::Response#initialize
- Defined in:
- lib/fitting/records/unit/response.rb
#initialize(documented_response, tested_responses) ⇒ Response
Returns a new instance of Response.
7 8 9 10 |
# File 'lib/fitting/records/unit/response.rb', line 7 def initialize(documented_response, tested_responses) @documented_response = documented_response @tested_responses = tested_responses end |