Class: EBay::MyeBaySelectionType
- Inherits:
-
Object
- Object
- EBay::MyeBaySelectionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMyeBaySelectionType
include - SOAP::SOAPBoolean
includeItemCount - SOAP::SOAPBoolean
includeFavoriteSearcheCount - SOAP::SOAPBoolean
includeFavoriteSellerCount - SOAP::SOAPBoolean
sort - EBay::SortOrderCodeType
maxResults - SOAP::SOAPInt
userDefinedListName - SOAP::SOAPString
includeListContents - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#include ⇒ Object
Returns the value of attribute include.
-
#includeFavoriteSearcheCount ⇒ Object
Returns the value of attribute includeFavoriteSearcheCount.
-
#includeFavoriteSellerCount ⇒ Object
Returns the value of attribute includeFavoriteSellerCount.
-
#includeItemCount ⇒ Object
Returns the value of attribute includeItemCount.
-
#includeListContents ⇒ Object
Returns the value of attribute includeListContents.
-
#maxResults ⇒ Object
Returns the value of attribute maxResults.
-
#sort ⇒ Object
Returns the value of attribute sort.
-
#userDefinedListName ⇒ Object
Returns the value of attribute userDefinedListName.
Instance Method Summary collapse
-
#initialize(include = nil, includeItemCount = nil, includeFavoriteSearcheCount = nil, includeFavoriteSellerCount = nil, sort = nil, maxResults = nil, userDefinedListName = nil, includeListContents = nil) ⇒ MyeBaySelectionType
constructor
A new instance of MyeBaySelectionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(include = nil, includeItemCount = nil, includeFavoriteSearcheCount = nil, includeFavoriteSellerCount = nil, sort = nil, maxResults = nil, userDefinedListName = nil, includeListContents = nil) ⇒ MyeBaySelectionType
Returns a new instance of MyeBaySelectionType.
27713 27714 27715 27716 27717 27718 27719 27720 27721 27722 27723 |
# File 'lib/eBay.rb', line 27713 def initialize(include = nil, includeItemCount = nil, includeFavoriteSearcheCount = nil, includeFavoriteSellerCount = nil, sort = nil, maxResults = nil, userDefinedListName = nil, includeListContents = nil) @include = include @includeItemCount = includeItemCount @includeFavoriteSearcheCount = includeFavoriteSearcheCount @includeFavoriteSellerCount = includeFavoriteSellerCount @sort = sort @maxResults = maxResults @userDefinedListName = userDefinedListName @includeListContents = includeListContents @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27707 27708 27709 |
# File 'lib/eBay.rb', line 27707 def __xmlele_any @__xmlele_any end |
#include ⇒ Object
Returns the value of attribute include.
27699 27700 27701 |
# File 'lib/eBay.rb', line 27699 def include @include end |
#includeFavoriteSearcheCount ⇒ Object
Returns the value of attribute includeFavoriteSearcheCount.
27701 27702 27703 |
# File 'lib/eBay.rb', line 27701 def includeFavoriteSearcheCount @includeFavoriteSearcheCount end |
#includeFavoriteSellerCount ⇒ Object
Returns the value of attribute includeFavoriteSellerCount.
27702 27703 27704 |
# File 'lib/eBay.rb', line 27702 def includeFavoriteSellerCount @includeFavoriteSellerCount end |
#includeItemCount ⇒ Object
Returns the value of attribute includeItemCount.
27700 27701 27702 |
# File 'lib/eBay.rb', line 27700 def includeItemCount @includeItemCount end |
#includeListContents ⇒ Object
Returns the value of attribute includeListContents.
27706 27707 27708 |
# File 'lib/eBay.rb', line 27706 def includeListContents @includeListContents end |
#maxResults ⇒ Object
Returns the value of attribute maxResults.
27704 27705 27706 |
# File 'lib/eBay.rb', line 27704 def maxResults @maxResults end |
#sort ⇒ Object
Returns the value of attribute sort.
27703 27704 27705 |
# File 'lib/eBay.rb', line 27703 def sort @sort end |
#userDefinedListName ⇒ Object
Returns the value of attribute userDefinedListName.
27705 27706 27707 |
# File 'lib/eBay.rb', line 27705 def userDefinedListName @userDefinedListName end |
Instance Method Details
#set_any(elements) ⇒ Object
27709 27710 27711 |
# File 'lib/eBay.rb', line 27709 def set_any(elements) @__xmlele_any = elements end |