Class: Exchanger::UpdateItem::Response
- Inherits:
-
Operation::Response
- Object
- Operation::Response
- Exchanger::UpdateItem::Response
- Defined in:
- lib/exchanger/operations/update_item.rb
Instance Attribute Summary
Attributes inherited from Operation::Response
Instance Method Summary collapse
Methods inherited from Operation::Response
#code, #initialize, #parse_response_message, #parse_soap_errors, #to_xml
Constructor Details
This class inherits a constructor from Exchanger::Operation::Response
Instance Method Details
#item_ids ⇒ Object
44 45 46 47 48 |
# File 'lib/exchanger/operations/update_item.rb', line 44 def item_ids to_xml.xpath(".//t:ItemId", NS).map do |node| Identifier.new_from_xml(node) end end |