Method: Webmaster::Response::Hashify#parse
- Defined in:
- lib/webmaster/response/hashify.rb
#parse(body) ⇒ Object
8 9 10 |
# File 'lib/webmaster/response/hashify.rb', line 8 def parse(body) self.from_xml(body) if body.present? end |
8 9 10 |
# File 'lib/webmaster/response/hashify.rb', line 8 def parse(body) self.from_xml(body) if body.present? end |