class Laximo::Respond::ListManufacturer

Public Class Methods

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

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

end