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.
9 10 11 |
# File 'lib/roqua/healthy/a19/response_parser.rb', line 9 def initialize(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
7 8 9 |
# File 'lib/roqua/healthy/a19/response_parser.rb', line 7 def response @response end |