Class: HTTParty::Parser

Inherits:
Object
  • Object
show all
Defined in:
lib/elibri_api_client/core_extensions.rb

Overview

:nodoc:all

Instance Method Summary collapse

Instance Method Details

#xmlObject



7
8
9
# File 'lib/elibri_api_client/core_extensions.rb', line 7

def xml
  @parsed_xml ||= Nokogiri::XML(body)
end