Sha256: 5fc001364e5689ae04e134d1b60db9e24a7c292e010df8653c64fbb148956021
Contents?: true
Size: 284 Bytes
Versions: 13
Compression:
Stored size: 284 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 # parsing_result end # ListImageMapByUnit end # Respond end # Laximo
Version data entries
13 entries across 13 versions & 1 rubygems