Class: EBay::GetBestOffersRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetBestOffersRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
itemID - (any)
bestOfferID - (any)
bestOfferStatus - EBay::BestOfferStatusCodeType
pagination - EBay::PaginationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, bestOfferID = nil, bestOfferStatus = nil, pagination = nil) ⇒ GetBestOffersRequestType

Returns a new instance of GetBestOffersRequestType.



2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
# File 'lib/eBay.rb', line 2007

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, bestOfferID = nil, bestOfferStatus = nil, pagination = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemID = itemID
  @bestOfferID = bestOfferID
  @bestOfferStatus = bestOfferStatus
  @pagination = pagination
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1997
1998
1999
# File 'lib/eBay.rb', line 1997

def __xmlele_any
  @__xmlele_any
end

#bestOfferIDObject

Returns the value of attribute bestOfferID.



1999
2000
2001
# File 'lib/eBay.rb', line 1999

def bestOfferID
  @bestOfferID
end

#bestOfferStatusObject

Returns the value of attribute bestOfferStatus.



2000
2001
2002
# File 'lib/eBay.rb', line 2000

def bestOfferStatus
  @bestOfferStatus
end

#botBlockObject

Returns the value of attribute botBlock.



1996
1997
1998
# File 'lib/eBay.rb', line 1996

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



1987
1988
1989
# File 'lib/eBay.rb', line 1987

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1991
1992
1993
# File 'lib/eBay.rb', line 1991

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1992
1993
1994
# File 'lib/eBay.rb', line 1992

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1988
1989
1990
# File 'lib/eBay.rb', line 1988

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1993
1994
1995
# File 'lib/eBay.rb', line 1993

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1998
1999
2000
# File 'lib/eBay.rb', line 1998

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1989
1990
1991
# File 'lib/eBay.rb', line 1989

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1994
1995
1996
# File 'lib/eBay.rb', line 1994

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



2001
2002
2003
# File 'lib/eBay.rb', line 2001

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



1990
1991
1992
# File 'lib/eBay.rb', line 1990

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1995
1996
1997
# File 'lib/eBay.rb', line 1995

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2003
2004
2005
# File 'lib/eBay.rb', line 2003

def set_any(elements)
  @__xmlele_any = elements
end