class Laximo::Respond::Manufacturer_Info

Public Class Methods

parsing_result(str) click to toggle source
# File lib/laximo/respond/am/manufacturer_info.rb, line 8
def self.parsing_result(str)

  nodes_to_hash(
    str.xpath('//ManufacturerInfo/row')
  )

end