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