Class: SetStorePreferencesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetStorePreferencesRequestType

Constant Summary collapse

@@schema_type =
"SetStorePreferencesRequestType"
@@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")]],
  ["storePreferences", ["StorePreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StorePreferences")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SetStorePreferencesRequestType.



12033
12034
12035
12036
12037
12038
12039
12040
12041
12042
12043
# File 'lib/eBay.rb', line 12033

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12026
12027
12028
# File 'lib/eBay.rb', line 12026

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



12019
12020
12021
# File 'lib/eBay.rb', line 12019

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



12023
12024
12025
# File 'lib/eBay.rb', line 12023

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



12020
12021
12022
# File 'lib/eBay.rb', line 12020

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



12024
12025
12026
# File 'lib/eBay.rb', line 12024

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



12021
12022
12023
# File 'lib/eBay.rb', line 12021

def messageID
  @messageID
end

#storePreferencesObject

Returns the value of attribute storePreferences.



12027
12028
12029
# File 'lib/eBay.rb', line 12027

def storePreferences
  @storePreferences
end

#versionObject

Returns the value of attribute version.



12022
12023
12024
# File 'lib/eBay.rb', line 12022

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



12025
12026
12027
# File 'lib/eBay.rb', line 12025

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



12029
12030
12031
# File 'lib/eBay.rb', line 12029

def set_any(elements)
  @__xmlele_any = elements
end