Class: Yp::Response::Parser
- Inherits:
-
Object
- Object
- Yp::Response::Parser
- Defined in:
- lib/response/parser.rb
Instance Method Summary collapse
-
#initialize(params) ⇒ Parser
constructor
A new instance of Parser.
- #parse ⇒ Object
Constructor Details
#initialize(params) ⇒ Parser
Returns a new instance of Parser.
5 6 7 |
# File 'lib/response/parser.rb', line 5 def initialize(params) @params = params end |
Instance Method Details
#parse ⇒ Object
9 10 11 |
# File 'lib/response/parser.rb', line 9 def parse ruby_hash_from_response(parse_string) end |