Class: Roqua::Healthy::A19::ResponseParser
- Inherits:
-
Object
- Object
- Roqua::Healthy::A19::ResponseParser
- Defined in:
- lib/roqua/healthy/a19/response_parser.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
- #fetch(root) ⇒ Object
-
#initialize(response) ⇒ ResponseParser
constructor
A new instance of ResponseParser.
Constructor Details
#initialize(response) ⇒ ResponseParser
Returns a new instance of ResponseParser.
10 11 12 |
# File 'lib/roqua/healthy/a19/response_parser.rb', line 10 def initialize(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
8 9 10 |
# File 'lib/roqua/healthy/a19/response_parser.rb', line 8 def response @response end |