Class: EBay::GetSellerEventsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetSellerEventsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellerEventsRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
userID - (any)
startTimeFrom - SOAP::SOAPDateTime
startTimeTo - SOAP::SOAPDateTime
endTimeFrom - SOAP::SOAPDateTime
endTimeTo - SOAP::SOAPDateTime
modTimeFrom - SOAP::SOAPDateTime
modTimeTo - SOAP::SOAPDateTime
newItemFilter - SOAP::SOAPBoolean
includeWatchCount - SOAP::SOAPBoolean
includeVariationSpecifics - SOAP::SOAPBoolean
hideVariations - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endTimeFrom ⇒ Object
Returns the value of attribute endTimeFrom.
-
#endTimeTo ⇒ Object
Returns the value of attribute endTimeTo.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#hideVariations ⇒ Object
Returns the value of attribute hideVariations.
-
#includeVariationSpecifics ⇒ Object
Returns the value of attribute includeVariationSpecifics.
-
#includeWatchCount ⇒ Object
Returns the value of attribute includeWatchCount.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#modTimeFrom ⇒ Object
Returns the value of attribute modTimeFrom.
-
#modTimeTo ⇒ Object
Returns the value of attribute modTimeTo.
-
#newItemFilter ⇒ Object
Returns the value of attribute newItemFilter.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#startTimeFrom ⇒ Object
Returns the value of attribute startTimeFrom.
-
#startTimeTo ⇒ Object
Returns the value of attribute startTimeTo.
-
#userID ⇒ Object
Returns the value of attribute userID.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, userID = nil, startTimeFrom = nil, startTimeTo = nil, endTimeFrom = nil, endTimeTo = nil, modTimeFrom = nil, modTimeTo = nil, newItemFilter = nil, includeWatchCount = nil, includeVariationSpecifics = nil, hideVariations = nil) ⇒ GetSellerEventsRequestType
constructor
A new instance of GetSellerEventsRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, userID = nil, startTimeFrom = nil, startTimeTo = nil, endTimeFrom = nil, endTimeTo = nil, modTimeFrom = nil, modTimeTo = nil, newItemFilter = nil, includeWatchCount = nil, includeVariationSpecifics = nil, hideVariations = nil) ⇒ GetSellerEventsRequestType
Returns a new instance of GetSellerEventsRequestType.
4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 |
# File 'lib/eBay.rb', line 4331 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, userID = nil, startTimeFrom = nil, startTimeTo = nil, endTimeFrom = nil, endTimeTo = nil, modTimeFrom = nil, modTimeTo = nil, newItemFilter = nil, includeWatchCount = nil, includeVariationSpecifics = nil, hideVariations = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @userID = userID @startTimeFrom = startTimeFrom @startTimeTo = startTimeTo @endTimeFrom = endTimeFrom @endTimeTo = endTimeTo @modTimeFrom = modTimeFrom @modTimeTo = modTimeTo @newItemFilter = newItemFilter @includeWatchCount = includeWatchCount @includeVariationSpecifics = includeVariationSpecifics @hideVariations = hideVariations end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
4314 4315 4316 |
# File 'lib/eBay.rb', line 4314 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
4313 4314 4315 |
# File 'lib/eBay.rb', line 4313 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
4304 4305 4306 |
# File 'lib/eBay.rb', line 4304 def detailLevel @detailLevel end |
#endTimeFrom ⇒ Object
Returns the value of attribute endTimeFrom.
4318 4319 4320 |
# File 'lib/eBay.rb', line 4318 def endTimeFrom @endTimeFrom end |
#endTimeTo ⇒ Object
Returns the value of attribute endTimeTo.
4319 4320 4321 |
# File 'lib/eBay.rb', line 4319 def endTimeTo @endTimeTo end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
4308 4309 4310 |
# File 'lib/eBay.rb', line 4308 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
4309 4310 4311 |
# File 'lib/eBay.rb', line 4309 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
4305 4306 4307 |
# File 'lib/eBay.rb', line 4305 def errorLanguage @errorLanguage end |
#hideVariations ⇒ Object
Returns the value of attribute hideVariations.
4325 4326 4327 |
# File 'lib/eBay.rb', line 4325 def hideVariations @hideVariations end |
#includeVariationSpecifics ⇒ Object
Returns the value of attribute includeVariationSpecifics.
4324 4325 4326 |
# File 'lib/eBay.rb', line 4324 def includeVariationSpecifics @includeVariationSpecifics end |
#includeWatchCount ⇒ Object
Returns the value of attribute includeWatchCount.
4323 4324 4325 |
# File 'lib/eBay.rb', line 4323 def includeWatchCount @includeWatchCount end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
4310 4311 4312 |
# File 'lib/eBay.rb', line 4310 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
4306 4307 4308 |
# File 'lib/eBay.rb', line 4306 def @messageID end |
#modTimeFrom ⇒ Object
Returns the value of attribute modTimeFrom.
4320 4321 4322 |
# File 'lib/eBay.rb', line 4320 def modTimeFrom @modTimeFrom end |
#modTimeTo ⇒ Object
Returns the value of attribute modTimeTo.
4321 4322 4323 |
# File 'lib/eBay.rb', line 4321 def modTimeTo @modTimeTo end |
#newItemFilter ⇒ Object
Returns the value of attribute newItemFilter.
4322 4323 4324 |
# File 'lib/eBay.rb', line 4322 def newItemFilter @newItemFilter end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
4311 4312 4313 |
# File 'lib/eBay.rb', line 4311 def outputSelector @outputSelector end |
#startTimeFrom ⇒ Object
Returns the value of attribute startTimeFrom.
4316 4317 4318 |
# File 'lib/eBay.rb', line 4316 def startTimeFrom @startTimeFrom end |
#startTimeTo ⇒ Object
Returns the value of attribute startTimeTo.
4317 4318 4319 |
# File 'lib/eBay.rb', line 4317 def startTimeTo @startTimeTo end |
#userID ⇒ Object
Returns the value of attribute userID.
4315 4316 4317 |
# File 'lib/eBay.rb', line 4315 def userID @userID end |
#version ⇒ Object
Returns the value of attribute version.
4307 4308 4309 |
# File 'lib/eBay.rb', line 4307 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
4312 4313 4314 |
# File 'lib/eBay.rb', line 4312 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
4327 4328 4329 |
# File 'lib/eBay.rb', line 4327 def set_any(elements) @__xmlele_any = elements end |