Method: Agms::Response#initialize
- Defined in:
- lib/agms/response/response.rb
#initialize(response, op) ⇒ Response
A class representing AGMS Response objects.
5 6 7 8 9 |
# File 'lib/agms/response/response.rb', line 5 def initialize(response, op) @response = response @op = op @mapping = nil end |