class Laximo::Respond::ListImageMapByUnit

Public Class Methods

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

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

end