Class: Ebay::Types::AddItemResponseContainer
- Inherits:
-
Object
- Object
- Ebay::Types::AddItemResponseContainer
show all
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/types/add_item_response_container.rb
Overview
Attributes
text_node :item_id, 'ItemID', :optional => true
time_node :start_time, 'StartTime', :optional => true
time_node :end_time, 'EndTime', :optional => true
array_node :fees, 'Fees', 'Fee', :class => Fee, :default_value => []
text_node :category_id, 'CategoryID', :optional => true
text_node :category2_id, 'Category2ID', :optional => true
text_node :correlation_id, 'CorrelationID', :optional => true
array_node :errors, 'Errors', :class => Error, :default_value => []
text_node :message, 'Message', :optional => true
Method Summary
#initialize, #object_attributes=