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
- (Object) item_ids
57 58 59 60 61 |
# File 'lib/exchanger/operations/create_item.rb', line 57 def item_ids to_xml.xpath(".//t:ItemId", NS).map do |node| Identifier.new_from_xml(node) end end |