Class: Exchanger::CreateItem::Response
- Inherits:
-
Operation::Response
- Object
- Operation::Response
- Exchanger::CreateItem::Response
- Defined in:
- lib/exchanger/operations/create_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
66 67 68 69 70 |
# File 'lib/exchanger/operations/create_item.rb', line 66 def item_ids to_xml.xpath(".//t:ItemId", NS).map do |node| Identifier.new_from_xml(node) end end |