Class: EBay::UserDefinedListType
- Inherits:
-
Object
- Object
- EBay::UserDefinedListType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsUserDefinedListType
name - SOAP::SOAPString
itemCount - SOAP::SOAPInt
favoriteSearcheCount - SOAP::SOAPInt
favoriteSellerCount - SOAP::SOAPInt
itemArray - EBay::ItemArrayType
favoriteSearches - EBay::MyeBayFavoriteSearchListType
favoriteSellers - EBay::MyeBayFavoriteSellerListType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#favoriteSearcheCount ⇒ Object
Returns the value of attribute favoriteSearcheCount.
-
#favoriteSearches ⇒ Object
Returns the value of attribute favoriteSearches.
-
#favoriteSellerCount ⇒ Object
Returns the value of attribute favoriteSellerCount.
-
#favoriteSellers ⇒ Object
Returns the value of attribute favoriteSellers.
-
#itemArray ⇒ Object
Returns the value of attribute itemArray.
-
#itemCount ⇒ Object
Returns the value of attribute itemCount.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, itemCount = nil, favoriteSearcheCount = nil, favoriteSellerCount = nil, itemArray = nil, favoriteSearches = nil, favoriteSellers = nil) ⇒ UserDefinedListType
constructor
A new instance of UserDefinedListType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(name = nil, itemCount = nil, favoriteSearcheCount = nil, favoriteSellerCount = nil, itemArray = nil, favoriteSearches = nil, favoriteSellers = nil) ⇒ UserDefinedListType
Returns a new instance of UserDefinedListType.
34998 34999 35000 35001 35002 35003 35004 35005 35006 35007 |
# File 'lib/eBay.rb', line 34998 def initialize(name = nil, itemCount = nil, favoriteSearcheCount = nil, favoriteSellerCount = nil, itemArray = nil, favoriteSearches = nil, favoriteSellers = nil) @name = name @itemCount = itemCount @favoriteSearcheCount = favoriteSearcheCount @favoriteSellerCount = favoriteSellerCount @itemArray = itemArray @favoriteSearches = favoriteSearches @favoriteSellers = favoriteSellers @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34992 34993 34994 |
# File 'lib/eBay.rb', line 34992 def __xmlele_any @__xmlele_any end |
#favoriteSearcheCount ⇒ Object
Returns the value of attribute favoriteSearcheCount.
34987 34988 34989 |
# File 'lib/eBay.rb', line 34987 def favoriteSearcheCount @favoriteSearcheCount end |
#favoriteSearches ⇒ Object
Returns the value of attribute favoriteSearches.
34990 34991 34992 |
# File 'lib/eBay.rb', line 34990 def favoriteSearches @favoriteSearches end |
#favoriteSellerCount ⇒ Object
Returns the value of attribute favoriteSellerCount.
34988 34989 34990 |
# File 'lib/eBay.rb', line 34988 def favoriteSellerCount @favoriteSellerCount end |
#favoriteSellers ⇒ Object
Returns the value of attribute favoriteSellers.
34991 34992 34993 |
# File 'lib/eBay.rb', line 34991 def favoriteSellers @favoriteSellers end |
#itemArray ⇒ Object
Returns the value of attribute itemArray.
34989 34990 34991 |
# File 'lib/eBay.rb', line 34989 def itemArray @itemArray end |
#itemCount ⇒ Object
Returns the value of attribute itemCount.
34986 34987 34988 |
# File 'lib/eBay.rb', line 34986 def itemCount @itemCount end |
#name ⇒ Object
Returns the value of attribute name.
34985 34986 34987 |
# File 'lib/eBay.rb', line 34985 def name @name end |
Instance Method Details
#set_any(elements) ⇒ Object
34994 34995 34996 |
# File 'lib/eBay.rb', line 34994 def set_any(elements) @__xmlele_any = elements end |