class Laximo::Respond::ListCategories

Public Class Methods

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

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

end