Class: GetLiveAuctionBiddersRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetLiveAuctionBiddersRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
userCatalogID - SOAP::SOAPInt
bidderStatus - BidderStatusCodeType
pagination - 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, userCatalogID = nil, bidderStatus = [], pagination = nil) ⇒ GetLiveAuctionBiddersRequestType

Returns a new instance of GetLiveAuctionBiddersRequestType.



2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
# File 'lib/eBay.rb', line 2563

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, userCatalogID = nil, bidderStatus = [], 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
  @userCatalogID = userCatalogID
  @bidderStatus = bidderStatus
  @pagination = pagination
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2554
2555
2556
# File 'lib/eBay.rb', line 2554

def __xmlele_any
  @__xmlele_any
end

#bidderStatusObject

Returns the value of attribute bidderStatus.



2556
2557
2558
# File 'lib/eBay.rb', line 2556

def bidderStatus
  @bidderStatus
end

#botBlockObject

Returns the value of attribute botBlock.



2553
2554
2555
# File 'lib/eBay.rb', line 2553

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2544
2545
2546
# File 'lib/eBay.rb', line 2544

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2548
2549
2550
# File 'lib/eBay.rb', line 2548

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2549
2550
2551
# File 'lib/eBay.rb', line 2549

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2545
2546
2547
# File 'lib/eBay.rb', line 2545

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2550
2551
2552
# File 'lib/eBay.rb', line 2550

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2546
2547
2548
# File 'lib/eBay.rb', line 2546

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2551
2552
2553
# File 'lib/eBay.rb', line 2551

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



2557
2558
2559
# File 'lib/eBay.rb', line 2557

def pagination
  @pagination
end

#userCatalogIDObject

Returns the value of attribute userCatalogID.



2555
2556
2557
# File 'lib/eBay.rb', line 2555

def userCatalogID
  @userCatalogID
end

#versionObject

Returns the value of attribute version.



2547
2548
2549
# File 'lib/eBay.rb', line 2547

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2552
2553
2554
# File 'lib/eBay.rb', line 2552

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2559
2560
2561
# File 'lib/eBay.rb', line 2559

def set_any(elements)
  @__xmlele_any = elements
end