Sha256: 85f8fcd1201bb32e139f69ac37d2874dd0916f5e67c46f24f361fa4d1e5e5506
Contents?: true
Size: 289 Bytes
Versions: 2
Compression:
Stored size: 289 Bytes
Contents
# encoding: utf-8 module Laximo module Respond class ListImageMapByUnit < Laximo::Respond::Base def parsing_result(str) nodes_to_hash( str.xpath('//ListImageMapByUnit/row') ) end end # ListImageMapByUnit end # Respond end # Laximo
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
laximo-0.8.1 | lib/laximo/respond/oem/list_image_map_by_unit.rb |
laximo-0.8 | lib/laximo/respond/oem/list_image_map_by_unit.rb |