Sha256: c463a8bda9756f7ec1ac0e1c2dddf578810f8a3ee824396c91b88ca9937b2906

Contents?: true

Size: 277 Bytes

Versions: 2

Compression:

Stored size: 277 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

    end # ListCategories

  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_categories.rb
laximo-0.8 lib/laximo/respond/oem/list_categories.rb