Class: GetRuNameRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetRuNameRequestType

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, clientUseCase = nil) ⇒ GetRuNameRequestType

Returns a new instance of GetRuNameRequestType.



6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
# File 'lib/eBay.rb', line 6499

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6492
6493
6494
# File 'lib/eBay.rb', line 6492

def __xmlele_any
  @__xmlele_any
end

#clientUseCaseObject

Returns the value of attribute clientUseCase.



6493
6494
6495
# File 'lib/eBay.rb', line 6493

def clientUseCase
  @clientUseCase
end

#detailLevelObject

Returns the value of attribute detailLevel.



6486
6487
6488
# File 'lib/eBay.rb', line 6486

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6490
6491
6492
# File 'lib/eBay.rb', line 6490

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6487
6488
6489
# File 'lib/eBay.rb', line 6487

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6491
6492
6493
# File 'lib/eBay.rb', line 6491

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6488
6489
6490
# File 'lib/eBay.rb', line 6488

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



6489
6490
6491
# File 'lib/eBay.rb', line 6489

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



6495
6496
6497
# File 'lib/eBay.rb', line 6495

def set_any(elements)
  @__xmlele_any = elements
end