Class: Laximo::Respond::Manufacturer_Info
- Defined in:
- lib/laximo/respond/am/manufacturer_info.rb
Constant Summary
Constants inherited from Base
Base::RESPONSE_LOGIN_RESULT, Base::RESPONSE_RESULT, Base::RESPONSE_SOAP_ERROR
Class Method Summary collapse
Methods inherited from Base
#error, #failure?, #initialize, #result, #result!, #success?
Constructor Details
This class inherits a constructor from Laximo::Respond::Base
Class Method Details
.parsing_result(str) ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/laximo/respond/am/manufacturer_info.rb', line 8 def self.parsing_result(str) nodes_to_hash( str.xpath('//ManufacturerInfo/row') ) end |