Class: EBay::GetSellerListRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerListRequestType

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
userID - (any)
motorsDealerUsers - EBay::UserIDArrayType
endTimeFrom - SOAP::SOAPDateTime
endTimeTo - SOAP::SOAPDateTime
sort - SOAP::SOAPInt
startTimeFrom - SOAP::SOAPDateTime
startTimeTo - SOAP::SOAPDateTime
pagination - EBay::PaginationType
granularityLevel - EBay::GranularityLevelCodeType
sKUArray - EBay::SKUArrayType
includeWatchCount - SOAP::SOAPBoolean
adminEndedItemsOnly - SOAP::SOAPBoolean
categoryID - SOAP::SOAPInt
includeVariations - SOAP::SOAPBoolean

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, userID = nil, motorsDealerUsers = nil, endTimeFrom = nil, endTimeTo = nil, sort = nil, startTimeFrom = nil, startTimeTo = nil, pagination = nil, granularityLevel = nil, sKUArray = nil, includeWatchCount = nil, adminEndedItemsOnly = nil, categoryID = nil, includeVariations = nil) ⇒ GetSellerListRequestType

Returns a new instance of GetSellerListRequestType.



4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
# File 'lib/eBay.rb', line 4413

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, userID = nil, motorsDealerUsers = nil, endTimeFrom = nil, endTimeTo = nil, sort = nil, startTimeFrom = nil, startTimeTo = nil, pagination = nil, granularityLevel = nil, sKUArray = nil, includeWatchCount = nil, adminEndedItemsOnly = nil, categoryID = nil, includeVariations = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @userID = userID
  @motorsDealerUsers = motorsDealerUsers
  @endTimeFrom = endTimeFrom
  @endTimeTo = endTimeTo
  @sort = sort
  @startTimeFrom = startTimeFrom
  @startTimeTo = startTimeTo
  @pagination = pagination
  @granularityLevel = granularityLevel
  @sKUArray = sKUArray
  @includeWatchCount = includeWatchCount
  @adminEndedItemsOnly = adminEndedItemsOnly
  @categoryID = categoryID
  @includeVariations = includeVariations
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4393
4394
4395
# File 'lib/eBay.rb', line 4393

def __xmlele_any
  @__xmlele_any
end

#adminEndedItemsOnlyObject

Returns the value of attribute adminEndedItemsOnly.



4405
4406
4407
# File 'lib/eBay.rb', line 4405

def adminEndedItemsOnly
  @adminEndedItemsOnly
end

#botBlockObject

Returns the value of attribute botBlock.



4392
4393
4394
# File 'lib/eBay.rb', line 4392

def botBlock
  @botBlock
end

#categoryIDObject

Returns the value of attribute categoryID.



4406
4407
4408
# File 'lib/eBay.rb', line 4406

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



4383
4384
4385
# File 'lib/eBay.rb', line 4383

def detailLevel
  @detailLevel
end

#endTimeFromObject

Returns the value of attribute endTimeFrom.



4396
4397
4398
# File 'lib/eBay.rb', line 4396

def endTimeFrom
  @endTimeFrom
end

#endTimeToObject

Returns the value of attribute endTimeTo.



4397
4398
4399
# File 'lib/eBay.rb', line 4397

def endTimeTo
  @endTimeTo
end

#endUserIPObject

Returns the value of attribute endUserIP.



4387
4388
4389
# File 'lib/eBay.rb', line 4387

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4388
4389
4390
# File 'lib/eBay.rb', line 4388

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4384
4385
4386
# File 'lib/eBay.rb', line 4384

def errorLanguage
  @errorLanguage
end

#granularityLevelObject

Returns the value of attribute granularityLevel.



4402
4403
4404
# File 'lib/eBay.rb', line 4402

def granularityLevel
  @granularityLevel
end

#includeVariationsObject

Returns the value of attribute includeVariations.



4407
4408
4409
# File 'lib/eBay.rb', line 4407

def includeVariations
  @includeVariations
end

#includeWatchCountObject

Returns the value of attribute includeWatchCount.



4404
4405
4406
# File 'lib/eBay.rb', line 4404

def includeWatchCount
  @includeWatchCount
end

#invocationIDObject

Returns the value of attribute invocationID.



4389
4390
4391
# File 'lib/eBay.rb', line 4389

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4385
4386
4387
# File 'lib/eBay.rb', line 4385

def messageID
  @messageID
end

#motorsDealerUsersObject

Returns the value of attribute motorsDealerUsers.



4395
4396
4397
# File 'lib/eBay.rb', line 4395

def motorsDealerUsers
  @motorsDealerUsers
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4390
4391
4392
# File 'lib/eBay.rb', line 4390

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



4401
4402
4403
# File 'lib/eBay.rb', line 4401

def pagination
  @pagination
end

#sKUArrayObject

Returns the value of attribute sKUArray.



4403
4404
4405
# File 'lib/eBay.rb', line 4403

def sKUArray
  @sKUArray
end

#sortObject

Returns the value of attribute sort.



4398
4399
4400
# File 'lib/eBay.rb', line 4398

def sort
  @sort
end

#startTimeFromObject

Returns the value of attribute startTimeFrom.



4399
4400
4401
# File 'lib/eBay.rb', line 4399

def startTimeFrom
  @startTimeFrom
end

#startTimeToObject

Returns the value of attribute startTimeTo.



4400
4401
4402
# File 'lib/eBay.rb', line 4400

def startTimeTo
  @startTimeTo
end

#userIDObject

Returns the value of attribute userID.



4394
4395
4396
# File 'lib/eBay.rb', line 4394

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



4386
4387
4388
# File 'lib/eBay.rb', line 4386

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4391
4392
4393
# File 'lib/eBay.rb', line 4391

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4409
4410
4411
# File 'lib/eBay.rb', line 4409

def set_any(elements)
  @__xmlele_any = elements
end