Class: Ebay::Types::ExpressProduct

Inherits:
Object
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/types/express_product.rb

Overview

Attributes

text_node :title, 'Title', :optional => true
money_node :min_price, 'MinPrice', :optional => true
money_node :max_price, 'MaxPrice', :optional => true
text_node :stock_photo_url, 'StockPhotoURL', :optional => true
numeric_node :item_count, 'ItemCount', :optional => true
object_node :external_product_id, 'ExternalProductID', :class => ExternalProductID, :optional => true
numeric_node :product_reference_id, 'ProductReferenceID', :optional => true
array_node :item_specifics, 'ItemSpecifics', 'NameValueList', :class => NameValueList, :default_value => []

Method Summary

Methods included from Initializer

#initialize, #object_attributes=