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.



13351
13352
13353
13354
13355
13356
13357
13358
13359
13360
13361
# File 'lib/eBay.rb', line 13351

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.



13344
13345
13346
# File 'lib/eBay.rb', line 13344

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



13337
13338
13339
# File 'lib/eBay.rb', line 13337

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



13341
13342
13343
# File 'lib/eBay.rb', line 13341

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



13338
13339
13340
# File 'lib/eBay.rb', line 13338

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



13342
13343
13344
# File 'lib/eBay.rb', line 13342

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



13339
13340
13341
# File 'lib/eBay.rb', line 13339

def messageID
  @messageID
end

#storePreferencesObject

Returns the value of attribute storePreferences.



13345
13346
13347
# File 'lib/eBay.rb', line 13345

def storePreferences
  @storePreferences
end

#versionObject

Returns the value of attribute version.



13340
13341
13342
# File 'lib/eBay.rb', line 13340

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



13343
13344
13345
# File 'lib/eBay.rb', line 13343

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



13347
13348
13349
# File 'lib/eBay.rb', line 13347

def set_any(elements)
  @__xmlele_any = elements
end