Class: EBay::UserDefinedListType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



34992
34993
34994
# File 'lib/eBay.rb', line 34992

def __xmlele_any
  @__xmlele_any
end

#favoriteSearcheCountObject

Returns the value of attribute favoriteSearcheCount.



34987
34988
34989
# File 'lib/eBay.rb', line 34987

def favoriteSearcheCount
  @favoriteSearcheCount
end

#favoriteSearchesObject

Returns the value of attribute favoriteSearches.



34990
34991
34992
# File 'lib/eBay.rb', line 34990

def favoriteSearches
  @favoriteSearches
end

#favoriteSellerCountObject

Returns the value of attribute favoriteSellerCount.



34988
34989
34990
# File 'lib/eBay.rb', line 34988

def favoriteSellerCount
  @favoriteSellerCount
end

#favoriteSellersObject

Returns the value of attribute favoriteSellers.



34991
34992
34993
# File 'lib/eBay.rb', line 34991

def favoriteSellers
  @favoriteSellers
end

#itemArrayObject

Returns the value of attribute itemArray.



34989
34990
34991
# File 'lib/eBay.rb', line 34989

def itemArray
  @itemArray
end

#itemCountObject

Returns the value of attribute itemCount.



34986
34987
34988
# File 'lib/eBay.rb', line 34986

def itemCount
  @itemCount
end

#nameObject

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