Sha256: a170839251c0ca87e5a905947d2a11eaff1a3688bee5af72e40794aa219b945c
Contents?: true
Size: 272 Bytes
Versions: 13
Compression:
Stored size: 272 Bytes
Contents
# encoding: utf-8 module Laximo module Respond class ListCategories < Laximo::Respond::Base def parsing_result(str) nodes_to_hash(str.xpath('//ListCategories/row')) end # parsing_result end # ListCategories end # Respond end # Laximo
Version data entries
13 entries across 13 versions & 1 rubygems