Class: Ebay::Types::CatalogProduct

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

Overview

Attributes

text_node :title, 'Title', :optional => true
text_node :details_url, 'DetailsURL', :optional => true
text_node :stock_photo_url, 'StockPhotoURL', :optional => true
boolean_node :display_stock_photos, 'DisplayStockPhotos', 'true', 'false', :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
numeric_node :attribute_set_id, 'AttributeSetID', :optional => true
array_node :item_specifics, 'ItemSpecifics', 'NameValueList', :class => NameValueList, :default_value => []
numeric_node :review_count, 'ReviewCount', :optional => true
object_node :review_details, 'ReviewDetails', :class => ReviewDetails, :optional => true
text_node :product_state, 'ProductState', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=