Class: Ebay::Types::UserDefinedList

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

Overview

Attributes

text_node :name, 'Name', :optional => true
numeric_node :item_count, 'ItemCount', :optional => true
numeric_node :favorite_seller_count, 'FavoriteSellerCount', :optional => true
array_node :items, 'ItemArray', 'Item', :class => Item, :default_value => []
object_node :favorite_searches, 'FavoriteSearches', :class => MyeBayFavoriteSearchList, :optional => true
object_node :favorite_sellers, 'FavoriteSellers', :class => MyeBayFavoriteSellerList, :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=