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", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["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, warningLevel = nil, authenticationEntry = nil, applicationDisplayName = nil, action = nil) ⇒ SetReturnURLRequestType

Returns a new instance of SetReturnURLRequestType.



11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
# File 'lib/eBay.rb', line 11621

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11612
11613
11614
# File 'lib/eBay.rb', line 11612

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



11615
11616
11617
# File 'lib/eBay.rb', line 11615

def action
  @action
end

#applicationDisplayNameObject

Returns the value of attribute applicationDisplayName.



11614
11615
11616
# File 'lib/eBay.rb', line 11614

def applicationDisplayName
  @applicationDisplayName
end

#authenticationEntryObject

Returns the value of attribute authenticationEntry.



11613
11614
11615
# File 'lib/eBay.rb', line 11613

def authenticationEntry
  @authenticationEntry
end

#detailLevelObject

Returns the value of attribute detailLevel.



11605
11606
11607
# File 'lib/eBay.rb', line 11605

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



11609
11610
11611
# File 'lib/eBay.rb', line 11609

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



11606
11607
11608
# File 'lib/eBay.rb', line 11606

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



11610
11611
11612
# File 'lib/eBay.rb', line 11610

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



11607
11608
11609
# File 'lib/eBay.rb', line 11607

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



11608
11609
11610
# File 'lib/eBay.rb', line 11608

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



11611
11612
11613
# File 'lib/eBay.rb', line 11611

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



11617
11618
11619
# File 'lib/eBay.rb', line 11617

def set_any(elements)
  @__xmlele_any = elements
end