class Laximo::Respond::ListQuickGroup

Public Class Methods

parsing_result(str) click to toggle source
# File lib/laximo/respond/oem/list_quick_group.rb, line 8
def self.parsing_result(str)

  nodes_to_hash(
    str.xpath('//ListQuickGroups/row')
  )

end