Class: GetReturnURLRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetReturnURLRequestType

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

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

Returns a new instance of GetReturnURLRequestType.



3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'lib/eBay.rb', line 3817

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3811
3812
3813
# File 'lib/eBay.rb', line 3811

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3810
3811
3812
# File 'lib/eBay.rb', line 3810

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3801
3802
3803
# File 'lib/eBay.rb', line 3801

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3805
3806
3807
# File 'lib/eBay.rb', line 3805

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3806
3807
3808
# File 'lib/eBay.rb', line 3806

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3802
3803
3804
# File 'lib/eBay.rb', line 3802

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3807
3808
3809
# File 'lib/eBay.rb', line 3807

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3803
3804
3805
# File 'lib/eBay.rb', line 3803

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3808
3809
3810
# File 'lib/eBay.rb', line 3808

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



3804
3805
3806
# File 'lib/eBay.rb', line 3804

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3809
3810
3811
# File 'lib/eBay.rb', line 3809

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3813
3814
3815
# File 'lib/eBay.rb', line 3813

def set_any(elements)
  @__xmlele_any = elements
end