Class: EBay::VeROReportItemsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsVeROReportItemsRequestType

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
rightsOwnerID - (any)
reportItems - EBay::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.



8565
8566
8567
8568
8569
8570
8571
8572
8573
8574
8575
8576
8577
8578
8579
# File 'lib/eBay.rb', line 8565

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.



8557
8558
8559
# File 'lib/eBay.rb', line 8557

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



8556
8557
8558
# File 'lib/eBay.rb', line 8556

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



8547
8548
8549
# File 'lib/eBay.rb', line 8547

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



8551
8552
8553
# File 'lib/eBay.rb', line 8551

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8552
8553
8554
# File 'lib/eBay.rb', line 8552

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8548
8549
8550
# File 'lib/eBay.rb', line 8548

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8553
8554
8555
# File 'lib/eBay.rb', line 8553

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



8549
8550
8551
# File 'lib/eBay.rb', line 8549

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



8554
8555
8556
# File 'lib/eBay.rb', line 8554

def outputSelector
  @outputSelector
end

#reportItemsObject

Returns the value of attribute reportItems.



8559
8560
8561
# File 'lib/eBay.rb', line 8559

def reportItems
  @reportItems
end

#rightsOwnerIDObject

Returns the value of attribute rightsOwnerID.



8558
8559
8560
# File 'lib/eBay.rb', line 8558

def rightsOwnerID
  @rightsOwnerID
end

#versionObject

Returns the value of attribute version.



8550
8551
8552
# File 'lib/eBay.rb', line 8550

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



8555
8556
8557
# File 'lib/eBay.rb', line 8555

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



8561
8562
8563
# File 'lib/eBay.rb', line 8561

def set_any(elements)
  @__xmlele_any = elements
end