Class: GetStoreOptionsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetStoreOptionsRequestType

Constant Summary collapse

@@schema_type =
"GetStoreOptionsRequestType"
@@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")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetStoreOptionsRequestType.



7511
7512
7513
7514
7515
7516
7517
7518
7519
# File 'lib/eBay.rb', line 7511

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7505
7506
7507
# File 'lib/eBay.rb', line 7505

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



7499
7500
7501
# File 'lib/eBay.rb', line 7499

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7503
7504
7505
# File 'lib/eBay.rb', line 7503

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7500
7501
7502
# File 'lib/eBay.rb', line 7500

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7504
7505
7506
# File 'lib/eBay.rb', line 7504

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7501
7502
7503
# File 'lib/eBay.rb', line 7501

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



7502
7503
7504
# File 'lib/eBay.rb', line 7502

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7507
7508
7509
# File 'lib/eBay.rb', line 7507

def set_any(elements)
  @__xmlele_any = elements
end