Class: EBay::GetSellerEventsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerEventsRequestType

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)
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

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, 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, 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)
  @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
  @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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4314
4315
4316
# File 'lib/eBay.rb', line 4314

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4313
4314
4315
# File 'lib/eBay.rb', line 4313

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4304
4305
4306
# File 'lib/eBay.rb', line 4304

def detailLevel
  @detailLevel
end

#endTimeFromObject

Returns the value of attribute endTimeFrom.



4318
4319
4320
# File 'lib/eBay.rb', line 4318

def endTimeFrom
  @endTimeFrom
end

#endTimeToObject

Returns the value of attribute endTimeTo.



4319
4320
4321
# File 'lib/eBay.rb', line 4319

def endTimeTo
  @endTimeTo
end

#endUserIPObject

Returns the value of attribute endUserIP.



4308
4309
4310
# File 'lib/eBay.rb', line 4308

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4309
4310
4311
# File 'lib/eBay.rb', line 4309

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4305
4306
4307
# File 'lib/eBay.rb', line 4305

def errorLanguage
  @errorLanguage
end

#hideVariationsObject

Returns the value of attribute hideVariations.



4325
4326
4327
# File 'lib/eBay.rb', line 4325

def hideVariations
  @hideVariations
end

#includeVariationSpecificsObject

Returns the value of attribute includeVariationSpecifics.



4324
4325
4326
# File 'lib/eBay.rb', line 4324

def includeVariationSpecifics
  @includeVariationSpecifics
end

#includeWatchCountObject

Returns the value of attribute includeWatchCount.



4323
4324
4325
# File 'lib/eBay.rb', line 4323

def includeWatchCount
  @includeWatchCount
end

#invocationIDObject

Returns the value of attribute invocationID.



4310
4311
4312
# File 'lib/eBay.rb', line 4310

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4306
4307
4308
# File 'lib/eBay.rb', line 4306

def messageID
  @messageID
end

#modTimeFromObject

Returns the value of attribute modTimeFrom.



4320
4321
4322
# File 'lib/eBay.rb', line 4320

def modTimeFrom
  @modTimeFrom
end

#modTimeToObject

Returns the value of attribute modTimeTo.



4321
4322
4323
# File 'lib/eBay.rb', line 4321

def modTimeTo
  @modTimeTo
end

#newItemFilterObject

Returns the value of attribute newItemFilter.



4322
4323
4324
# File 'lib/eBay.rb', line 4322

def newItemFilter
  @newItemFilter
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4311
4312
4313
# File 'lib/eBay.rb', line 4311

def outputSelector
  @outputSelector
end

#startTimeFromObject

Returns the value of attribute startTimeFrom.



4316
4317
4318
# File 'lib/eBay.rb', line 4316

def startTimeFrom
  @startTimeFrom
end

#startTimeToObject

Returns the value of attribute startTimeTo.



4317
4318
4319
# File 'lib/eBay.rb', line 4317

def startTimeTo
  @startTimeTo
end

#userIDObject

Returns the value of attribute userID.



4315
4316
4317
# File 'lib/eBay.rb', line 4315

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



4307
4308
4309
# File 'lib/eBay.rb', line 4307

def version
  @version
end

#warningLevelObject

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