Class: VeROReportItemsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsVeROReportItemsRequestType

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
rightsOwnerID - (any)
reportItems - VeROReportItemsType

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, rightsOwnerID = nil, reportItems = nil) ⇒ VeROReportItemsRequestType

Returns a new instance of VeROReportItemsRequestType.



7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
# File 'lib/eBay.rb', line 7213

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, rightsOwnerID = nil, reportItems = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @rightsOwnerID = rightsOwnerID
  @reportItems = reportItems
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7205
7206
7207
# File 'lib/eBay.rb', line 7205

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



7204
7205
7206
# File 'lib/eBay.rb', line 7204

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



7195
7196
7197
# File 'lib/eBay.rb', line 7195

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



7199
7200
7201
# File 'lib/eBay.rb', line 7199

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7200
7201
7202
# File 'lib/eBay.rb', line 7200

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7196
7197
7198
# File 'lib/eBay.rb', line 7196

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7201
7202
7203
# File 'lib/eBay.rb', line 7201

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7197
7198
7199
# File 'lib/eBay.rb', line 7197

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



7202
7203
7204
# File 'lib/eBay.rb', line 7202

def outputSelector
  @outputSelector
end

#reportItemsObject

Returns the value of attribute reportItems.



7207
7208
7209
# File 'lib/eBay.rb', line 7207

def reportItems
  @reportItems
end

#rightsOwnerIDObject

Returns the value of attribute rightsOwnerID.



7206
7207
7208
# File 'lib/eBay.rb', line 7206

def rightsOwnerID
  @rightsOwnerID
end

#versionObject

Returns the value of attribute version.



7198
7199
7200
# File 'lib/eBay.rb', line 7198

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



7203
7204
7205
# File 'lib/eBay.rb', line 7203

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



7209
7210
7211
# File 'lib/eBay.rb', line 7209

def set_any(elements)
  @__xmlele_any = elements
end