Class: Laximo::Respond::GetFilterByDetail

Inherits:
Base
  • Object
show all
Defined in:
lib/laximo/respond/get_filter_by_detail.rb

Constant Summary

Constants inherited from Base

Base::RESPONSE_LOGIN_RESULT, Base::RESPONSE_RESULT, Base::RESPONSE_SOAP_ERROR

Instance Method Summary collapse

Methods inherited from Base

#error, #failure?, #initialize, #result, #result!, #success?

Constructor Details

This class inherits a constructor from Laximo::Respond::Base

Instance Method Details

#parsing_result(str) ⇒ Object



8
9
10
# File 'lib/laximo/respond/get_filter_by_detail.rb', line 8

def parsing_result(str)
  nodes_to_hash(str.xpath('//GetFilterByDetail/row'))
end