Class: SetReturnURLRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSetReturnURLRequestType

Constant Summary collapse

@@schema_type =
"SetReturnURLRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
["invocationID", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["authenticationEntry", ["AuthenticationEntryType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AuthenticationEntry")]],
["applicationDisplayName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ApplicationDisplayName")]],
["action", ["ModifyActionCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Action")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, authenticationEntry = nil, applicationDisplayName = nil, action = nil) ⇒ SetReturnURLRequestType

Returns a new instance of SetReturnURLRequestType.



10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
# File 'lib/eBay.rb', line 10406

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10397
10398
10399
# File 'lib/eBay.rb', line 10397

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



10400
10401
10402
# File 'lib/eBay.rb', line 10400

def action
  @action
end

#applicationDisplayNameObject

Returns the value of attribute applicationDisplayName.



10399
10400
10401
# File 'lib/eBay.rb', line 10399

def applicationDisplayName
  @applicationDisplayName
end

#authenticationEntryObject

Returns the value of attribute authenticationEntry.



10398
10399
10400
# File 'lib/eBay.rb', line 10398

def authenticationEntry
  @authenticationEntry
end

#detailLevelObject

Returns the value of attribute detailLevel.



10391
10392
10393
# File 'lib/eBay.rb', line 10391

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10395
10396
10397
# File 'lib/eBay.rb', line 10395

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10392
10393
10394
# File 'lib/eBay.rb', line 10392

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



10396
10397
10398
# File 'lib/eBay.rb', line 10396

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



10393
10394
10395
# File 'lib/eBay.rb', line 10393

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



10394
10395
10396
# File 'lib/eBay.rb', line 10394

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10402
10403
10404
# File 'lib/eBay.rb', line 10402

def set_any(elements)
  @__xmlele_any = elements
end