Class: FetchTokenRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsFetchTokenRequestType

Constant Summary collapse

@@schema_type =
"FetchTokenRequestType"
@@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")]],
  ["secretID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SecretID")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, secretID = nil) ⇒ FetchTokenRequestType

Returns a new instance of FetchTokenRequestType.



1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
# File 'lib/eBay.rb', line 1829

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1822
1823
1824
# File 'lib/eBay.rb', line 1822

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



1815
1816
1817
# File 'lib/eBay.rb', line 1815

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1819
1820
1821
# File 'lib/eBay.rb', line 1819

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1816
1817
1818
# File 'lib/eBay.rb', line 1816

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1820
1821
1822
# File 'lib/eBay.rb', line 1820

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1817
1818
1819
# File 'lib/eBay.rb', line 1817

def messageID
  @messageID
end

#secretIDObject

Returns the value of attribute secretID.



1823
1824
1825
# File 'lib/eBay.rb', line 1823

def secretID
  @secretID
end

#versionObject

Returns the value of attribute version.



1818
1819
1820
# File 'lib/eBay.rb', line 1818

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1821
1822
1823
# File 'lib/eBay.rb', line 1821

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1825
1826
1827
# File 'lib/eBay.rb', line 1825

def set_any(elements)
  @__xmlele_any = elements
end