Class: Ebay::Responses::VerifyAddItem

Inherits:
Abstract show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/responses/verify_add_item.rb

Overview

Attributes

text_node :item_id, 'ItemID', :optional => true
array_node :fees, 'Fees', 'Fee', :class => Fee, :default_value => []
boolean_node :express_listing, 'ExpressListing', 'true', 'false', :optional => true
object_node :express_item_requirements, 'ExpressItemRequirements', :class => ExpressItemRequirements, :optional => true
text_node :category_id, 'CategoryID', :optional => true
text_node :category2_id, 'Category2ID', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Base

#errors?, #failure?, #partial_failure?, #success?, #warning?

Methods included from Types

#type