Class: HTTParty::Parser
- Inherits:
-
Object
- Object
- HTTParty::Parser
- Defined in:
- lib/elibri_api_client/core_extensions.rb
Overview
:nodoc:all
Instance Method Summary collapse
Instance Method Details
#xml ⇒ Object
7 8 9 |
# File 'lib/elibri_api_client/core_extensions.rb', line 7 def xml @parsed_xml ||= Nokogiri::XML(body) end |