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