Class: Ebay::Types::WishListEntry

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

Overview

Attributes

object_node :item, 'Item', :class => Item, :optional => true
object_node :product, 'Product', :class => ExpressProduct, :optional => true
text_node :notes, 'Notes', :optional => true
time_node :creation_date, 'CreationDate', :optional => true
numeric_node :quantity_wanted, 'QuantityWanted', :optional => true
numeric_node :quantity_received, 'QuantityReceived', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=