Class: EBay::MyeBaySelectionType

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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



27707
27708
27709
# File 'lib/eBay.rb', line 27707

def __xmlele_any
  @__xmlele_any
end

#includeObject

Returns the value of attribute include.



27699
27700
27701
# File 'lib/eBay.rb', line 27699

def include
  @include
end

#includeFavoriteSearcheCountObject

Returns the value of attribute includeFavoriteSearcheCount.



27701
27702
27703
# File 'lib/eBay.rb', line 27701

def includeFavoriteSearcheCount
  @includeFavoriteSearcheCount
end

#includeFavoriteSellerCountObject

Returns the value of attribute includeFavoriteSellerCount.



27702
27703
27704
# File 'lib/eBay.rb', line 27702

def includeFavoriteSellerCount
  @includeFavoriteSellerCount
end

#includeItemCountObject

Returns the value of attribute includeItemCount.



27700
27701
27702
# File 'lib/eBay.rb', line 27700

def includeItemCount
  @includeItemCount
end

#includeListContentsObject

Returns the value of attribute includeListContents.



27706
27707
27708
# File 'lib/eBay.rb', line 27706

def includeListContents
  @includeListContents
end

#maxResultsObject

Returns the value of attribute maxResults.



27704
27705
27706
# File 'lib/eBay.rb', line 27704

def maxResults
  @maxResults
end

#sortObject

Returns the value of attribute sort.



27703
27704
27705
# File 'lib/eBay.rb', line 27703

def sort
  @sort
end

#userDefinedListNameObject

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