Class: SetStoreRequestType
- Inherits:
-
Object
- Object
- SetStoreRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetStoreRequestType
Constant Summary collapse
- @@schema_type =
"SetStoreRequestType"
- @@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")]], ["store", ["StoreType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Store")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#store ⇒ Object
Returns the value of attribute store.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, store = nil) ⇒ SetStoreRequestType
constructor
A new instance of SetStoreRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, store = nil) ⇒ SetStoreRequestType
Returns a new instance of SetStoreRequestType.
13030 13031 13032 13033 13034 13035 13036 13037 13038 13039 13040 |
# File 'lib/eBay.rb', line 13030 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, store = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @store = store end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
13023 13024 13025 |
# File 'lib/eBay.rb', line 13023 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
13016 13017 13018 |
# File 'lib/eBay.rb', line 13016 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
13020 13021 13022 |
# File 'lib/eBay.rb', line 13020 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
13017 13018 13019 |
# File 'lib/eBay.rb', line 13017 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
13021 13022 13023 |
# File 'lib/eBay.rb', line 13021 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
13018 13019 13020 |
# File 'lib/eBay.rb', line 13018 def @messageID end |
#store ⇒ Object
Returns the value of attribute store.
13024 13025 13026 |
# File 'lib/eBay.rb', line 13024 def store @store end |
#version ⇒ Object
Returns the value of attribute version.
13019 13020 13021 |
# File 'lib/eBay.rb', line 13019 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
13022 13023 13024 |
# File 'lib/eBay.rb', line 13022 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
13026 13027 13028 |
# File 'lib/eBay.rb', line 13026 def set_any(elements) @__xmlele_any = elements end |