Class: GetSellerEventsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerEventsRequestType

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

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

Returns a new instance of GetSellerEventsRequestType.



4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
# File 'lib/eBay.rb', line 4199

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4184
4185
4186
# File 'lib/eBay.rb', line 4184

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4183
4184
4185
# File 'lib/eBay.rb', line 4183

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4174
4175
4176
# File 'lib/eBay.rb', line 4174

def detailLevel
  @detailLevel
end

#endTimeFromObject

Returns the value of attribute endTimeFrom.



4188
4189
4190
# File 'lib/eBay.rb', line 4188

def endTimeFrom
  @endTimeFrom
end

#endTimeToObject

Returns the value of attribute endTimeTo.



4189
4190
4191
# File 'lib/eBay.rb', line 4189

def endTimeTo
  @endTimeTo
end

#endUserIPObject

Returns the value of attribute endUserIP.



4178
4179
4180
# File 'lib/eBay.rb', line 4178

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4179
4180
4181
# File 'lib/eBay.rb', line 4179

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4175
4176
4177
# File 'lib/eBay.rb', line 4175

def errorLanguage
  @errorLanguage
end

#includeWatchCountObject

Returns the value of attribute includeWatchCount.



4193
4194
4195
# File 'lib/eBay.rb', line 4193

def includeWatchCount
  @includeWatchCount
end

#invocationIDObject

Returns the value of attribute invocationID.



4180
4181
4182
# File 'lib/eBay.rb', line 4180

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4176
4177
4178
# File 'lib/eBay.rb', line 4176

def messageID
  @messageID
end

#modTimeFromObject

Returns the value of attribute modTimeFrom.



4190
4191
4192
# File 'lib/eBay.rb', line 4190

def modTimeFrom
  @modTimeFrom
end

#modTimeToObject

Returns the value of attribute modTimeTo.



4191
4192
4193
# File 'lib/eBay.rb', line 4191

def modTimeTo
  @modTimeTo
end

#newItemFilterObject

Returns the value of attribute newItemFilter.



4192
4193
4194
# File 'lib/eBay.rb', line 4192

def newItemFilter
  @newItemFilter
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4181
4182
4183
# File 'lib/eBay.rb', line 4181

def outputSelector
  @outputSelector
end

#startTimeFromObject

Returns the value of attribute startTimeFrom.



4186
4187
4188
# File 'lib/eBay.rb', line 4186

def startTimeFrom
  @startTimeFrom
end

#startTimeToObject

Returns the value of attribute startTimeTo.



4187
4188
4189
# File 'lib/eBay.rb', line 4187

def startTimeTo
  @startTimeTo
end

#userIDObject

Returns the value of attribute userID.



4185
4186
4187
# File 'lib/eBay.rb', line 4185

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



4177
4178
4179
# File 'lib/eBay.rb', line 4177

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4182
4183
4184
# File 'lib/eBay.rb', line 4182

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4195
4196
4197
# File 'lib/eBay.rb', line 4195

def set_any(elements)
  @__xmlele_any = elements
end