Class: SetReturnURLRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetReturnURLRequestType

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
authenticationEntry - AuthenticationEntryType
applicationDisplayName - SOAP::SOAPString
action - ModifyActionCodeType

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, authenticationEntry = nil, applicationDisplayName = nil, action = nil) ⇒ SetReturnURLRequestType

Returns a new instance of SetReturnURLRequestType.



6564
6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579
# File 'lib/eBay.rb', line 6564

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6555
6556
6557
# File 'lib/eBay.rb', line 6555

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



6558
6559
6560
# File 'lib/eBay.rb', line 6558

def action
  @action
end

#applicationDisplayNameObject

Returns the value of attribute applicationDisplayName.



6557
6558
6559
# File 'lib/eBay.rb', line 6557

def applicationDisplayName
  @applicationDisplayName
end

#authenticationEntryObject

Returns the value of attribute authenticationEntry.



6556
6557
6558
# File 'lib/eBay.rb', line 6556

def authenticationEntry
  @authenticationEntry
end

#botBlockObject

Returns the value of attribute botBlock.



6554
6555
6556
# File 'lib/eBay.rb', line 6554

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



6545
6546
6547
# File 'lib/eBay.rb', line 6545

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6549
6550
6551
# File 'lib/eBay.rb', line 6549

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6550
6551
6552
# File 'lib/eBay.rb', line 6550

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6546
6547
6548
# File 'lib/eBay.rb', line 6546

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6551
6552
6553
# File 'lib/eBay.rb', line 6551

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6547
6548
6549
# File 'lib/eBay.rb', line 6547

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6552
6553
6554
# File 'lib/eBay.rb', line 6552

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



6548
6549
6550
# File 'lib/eBay.rb', line 6548

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6553
6554
6555
# File 'lib/eBay.rb', line 6553

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6560
6561
6562
# File 'lib/eBay.rb', line 6560

def set_any(elements)
  @__xmlele_any = elements
end