Class: GetVeROReportStatusRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetVeROReportStatusRequestType

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
veROReportPacketID - SOAP::SOAPLong
itemID - (any)
includeReportedItemDetails - SOAP::SOAPBoolean
timeFrom - SOAP::SOAPDateTime
timeTo - SOAP::SOAPDateTime
pagination - PaginationType

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, veROReportPacketID = nil, itemID = nil, includeReportedItemDetails = nil, timeFrom = nil, timeTo = nil, pagination = nil) ⇒ GetVeROReportStatusRequestType

Returns a new instance of GetVeROReportStatusRequestType.



5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
# File 'lib/eBay.rb', line 5101

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, veROReportPacketID = nil, itemID = nil, includeReportedItemDetails = nil, timeFrom = nil, timeTo = nil, pagination = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @veROReportPacketID = veROReportPacketID
  @itemID = itemID
  @includeReportedItemDetails = includeReportedItemDetails
  @timeFrom = timeFrom
  @timeTo = timeTo
  @pagination = pagination
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5089
5090
5091
# File 'lib/eBay.rb', line 5089

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5088
5089
5090
# File 'lib/eBay.rb', line 5088

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5079
5080
5081
# File 'lib/eBay.rb', line 5079

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5083
5084
5085
# File 'lib/eBay.rb', line 5083

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5084
5085
5086
# File 'lib/eBay.rb', line 5084

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5080
5081
5082
# File 'lib/eBay.rb', line 5080

def errorLanguage
  @errorLanguage
end

#includeReportedItemDetailsObject

Returns the value of attribute includeReportedItemDetails.



5092
5093
5094
# File 'lib/eBay.rb', line 5092

def includeReportedItemDetails
  @includeReportedItemDetails
end

#invocationIDObject

Returns the value of attribute invocationID.



5085
5086
5087
# File 'lib/eBay.rb', line 5085

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



5091
5092
5093
# File 'lib/eBay.rb', line 5091

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



5081
5082
5083
# File 'lib/eBay.rb', line 5081

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5086
5087
5088
# File 'lib/eBay.rb', line 5086

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



5095
5096
5097
# File 'lib/eBay.rb', line 5095

def pagination
  @pagination
end

#timeFromObject

Returns the value of attribute timeFrom.



5093
5094
5095
# File 'lib/eBay.rb', line 5093

def timeFrom
  @timeFrom
end

#timeToObject

Returns the value of attribute timeTo.



5094
5095
5096
# File 'lib/eBay.rb', line 5094

def timeTo
  @timeTo
end

#veROReportPacketIDObject

Returns the value of attribute veROReportPacketID.



5090
5091
5092
# File 'lib/eBay.rb', line 5090

def veROReportPacketID
  @veROReportPacketID
end

#versionObject

Returns the value of attribute version.



5082
5083
5084
# File 'lib/eBay.rb', line 5082

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5087
5088
5089
# File 'lib/eBay.rb', line 5087

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5097
5098
5099
# File 'lib/eBay.rb', line 5097

def set_any(elements)
  @__xmlele_any = elements
end