Class: GetBidderListRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetBidderListRequestType

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
activeItemsOnly - SOAP::SOAPBoolean
endTimeFrom - SOAP::SOAPDateTime
endTimeTo - SOAP::SOAPDateTime
userID - (any)
granularityLevel - GranularityLevelCodeType

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, activeItemsOnly = nil, endTimeFrom = nil, endTimeTo = nil, userID = nil, granularityLevel = nil) ⇒ GetBidderListRequestType

Returns a new instance of GetBidderListRequestType.



1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
# File 'lib/eBay.rb', line 1348

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, activeItemsOnly = nil, endTimeFrom = nil, endTimeTo = nil, userID = nil, granularityLevel = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @activeItemsOnly = activeItemsOnly
  @endTimeFrom = endTimeFrom
  @endTimeTo = endTimeTo
  @userID = userID
  @granularityLevel = granularityLevel
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1337
1338
1339
# File 'lib/eBay.rb', line 1337

def __xmlele_any
  @__xmlele_any
end

#activeItemsOnlyObject

Returns the value of attribute activeItemsOnly.



1338
1339
1340
# File 'lib/eBay.rb', line 1338

def activeItemsOnly
  @activeItemsOnly
end

#botBlockObject

Returns the value of attribute botBlock.



1336
1337
1338
# File 'lib/eBay.rb', line 1336

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



1327
1328
1329
# File 'lib/eBay.rb', line 1327

def detailLevel
  @detailLevel
end

#endTimeFromObject

Returns the value of attribute endTimeFrom.



1339
1340
1341
# File 'lib/eBay.rb', line 1339

def endTimeFrom
  @endTimeFrom
end

#endTimeToObject

Returns the value of attribute endTimeTo.



1340
1341
1342
# File 'lib/eBay.rb', line 1340

def endTimeTo
  @endTimeTo
end

#endUserIPObject

Returns the value of attribute endUserIP.



1331
1332
1333
# File 'lib/eBay.rb', line 1331

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1332
1333
1334
# File 'lib/eBay.rb', line 1332

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1328
1329
1330
# File 'lib/eBay.rb', line 1328

def errorLanguage
  @errorLanguage
end

#granularityLevelObject

Returns the value of attribute granularityLevel.



1342
1343
1344
# File 'lib/eBay.rb', line 1342

def granularityLevel
  @granularityLevel
end

#invocationIDObject

Returns the value of attribute invocationID.



1333
1334
1335
# File 'lib/eBay.rb', line 1333

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1329
1330
1331
# File 'lib/eBay.rb', line 1329

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1334
1335
1336
# File 'lib/eBay.rb', line 1334

def outputSelector
  @outputSelector
end

#userIDObject

Returns the value of attribute userID.



1341
1342
1343
# File 'lib/eBay.rb', line 1341

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



1330
1331
1332
# File 'lib/eBay.rb', line 1330

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1335
1336
1337
# File 'lib/eBay.rb', line 1335

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1344
1345
1346
# File 'lib/eBay.rb', line 1344

def set_any(elements)
  @__xmlele_any = elements
end