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