Class: EBay::GetVeROReportStatusRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetVeROReportStatusRequestType

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



5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
# File 'lib/eBay.rb', line 5864

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.



5852
5853
5854
# File 'lib/eBay.rb', line 5852

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5851
5852
5853
# File 'lib/eBay.rb', line 5851

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5842
5843
5844
# File 'lib/eBay.rb', line 5842

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5846
5847
5848
# File 'lib/eBay.rb', line 5846

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5847
5848
5849
# File 'lib/eBay.rb', line 5847

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5843
5844
5845
# File 'lib/eBay.rb', line 5843

def errorLanguage
  @errorLanguage
end

#includeReportedItemDetailsObject

Returns the value of attribute includeReportedItemDetails.



5855
5856
5857
# File 'lib/eBay.rb', line 5855

def includeReportedItemDetails
  @includeReportedItemDetails
end

#invocationIDObject

Returns the value of attribute invocationID.



5848
5849
5850
# File 'lib/eBay.rb', line 5848

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



5854
5855
5856
# File 'lib/eBay.rb', line 5854

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



5844
5845
5846
# File 'lib/eBay.rb', line 5844

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5849
5850
5851
# File 'lib/eBay.rb', line 5849

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



5858
5859
5860
# File 'lib/eBay.rb', line 5858

def pagination
  @pagination
end

#timeFromObject

Returns the value of attribute timeFrom.



5856
5857
5858
# File 'lib/eBay.rb', line 5856

def timeFrom
  @timeFrom
end

#timeToObject

Returns the value of attribute timeTo.



5857
5858
5859
# File 'lib/eBay.rb', line 5857

def timeTo
  @timeTo
end

#veROReportPacketIDObject

Returns the value of attribute veROReportPacketID.



5853
5854
5855
# File 'lib/eBay.rb', line 5853

def veROReportPacketID
  @veROReportPacketID
end

#versionObject

Returns the value of attribute version.



5845
5846
5847
# File 'lib/eBay.rb', line 5845

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5850
5851
5852
# File 'lib/eBay.rb', line 5850

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5860
5861
5862
# File 'lib/eBay.rb', line 5860

def set_any(elements)
  @__xmlele_any = elements
end