Class: Exchanger::MoveItem::Response
- Inherits:
-
Operation::Response
- Object
- Operation::Response
- Exchanger::MoveItem::Response
- Defined in:
- lib/exchanger/operations/move_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
39 40 41 42 43 |
# File 'lib/exchanger/operations/move_item.rb', line 39 def item_ids to_xml.xpath(".//t:ItemId", NS).map do |node| Identifier.new_from_xml(node) end end |