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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, secretID = nil) ⇒ FetchTokenRequestType

Returns a new instance of FetchTokenRequestType.



1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
# File 'lib/eBay.rb', line 1278

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1271
1272
1273
# File 'lib/eBay.rb', line 1271

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



1265
1266
1267
# File 'lib/eBay.rb', line 1265

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1269
1270
1271
# File 'lib/eBay.rb', line 1269

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1266
1267
1268
# File 'lib/eBay.rb', line 1266

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1270
1271
1272
# File 'lib/eBay.rb', line 1270

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1267
1268
1269
# File 'lib/eBay.rb', line 1267

def messageID
  @messageID
end

#secretIDObject

Returns the value of attribute secretID.



1272
1273
1274
# File 'lib/eBay.rb', line 1272

def secretID
  @secretID
end

#versionObject

Returns the value of attribute version.



1268
1269
1270
# File 'lib/eBay.rb', line 1268

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1274
1275
1276
# File 'lib/eBay.rb', line 1274

def set_any(elements)
  @__xmlele_any = elements
end