Class: GetStoreOptionsResponseType
- Inherits:
-
Object
- Object
- GetStoreOptionsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetStoreOptionsResponseType
Constant Summary collapse
- @@schema_type =
"GetStoreOptionsResponseType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]], ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]], ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]], ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]], ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]], ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]], ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]], ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]], ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]], ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["basicThemeArray", ["StoreThemeArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BasicThemeArray")]], ["advancedThemeArray", ["StoreThemeArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AdvancedThemeArray")]], ["logoArray", ["StoreLogoArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LogoArray")]], ["subscriptionArray", ["StoreSubscriptionArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SubscriptionArray")]], ["maxCategories", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MaxCategories")]], ["maxCategoryLevels", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MaxCategoryLevels")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#advancedThemeArray ⇒ Object
Returns the value of attribute advancedThemeArray.
-
#basicThemeArray ⇒ Object
Returns the value of attribute basicThemeArray.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#logoArray ⇒ Object
Returns the value of attribute logoArray.
-
#maxCategories ⇒ Object
Returns the value of attribute maxCategories.
-
#maxCategoryLevels ⇒ Object
Returns the value of attribute maxCategoryLevels.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#subscriptionArray ⇒ Object
Returns the value of attribute subscriptionArray.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, basicThemeArray = nil, advancedThemeArray = nil, logoArray = nil, subscriptionArray = nil, maxCategories = nil, maxCategoryLevels = nil) ⇒ GetStoreOptionsResponseType
constructor
A new instance of GetStoreOptionsResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, basicThemeArray = nil, advancedThemeArray = nil, logoArray = nil, subscriptionArray = nil, maxCategories = nil, maxCategoryLevels = nil) ⇒ GetStoreOptionsResponseType
Returns a new instance of GetStoreOptionsResponseType.
9487 9488 9489 9490 9491 9492 9493 9494 9495 9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 |
# File 'lib/eBay.rb', line 9487 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, basicThemeArray = nil, advancedThemeArray = nil, logoArray = nil, subscriptionArray = nil, maxCategories = nil, maxCategoryLevels = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @__xmlele_any = nil @basicThemeArray = basicThemeArray @advancedThemeArray = advancedThemeArray @logoArray = logoArray @subscriptionArray = subscriptionArray @maxCategories = maxCategories @maxCategoryLevels = maxCategoryLevels end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
9475 9476 9477 |
# File 'lib/eBay.rb', line 9475 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
9463 9464 9465 |
# File 'lib/eBay.rb', line 9463 def ack @ack end |
#advancedThemeArray ⇒ Object
Returns the value of attribute advancedThemeArray.
9477 9478 9479 |
# File 'lib/eBay.rb', line 9477 def advancedThemeArray @advancedThemeArray end |
#basicThemeArray ⇒ Object
Returns the value of attribute basicThemeArray.
9476 9477 9478 |
# File 'lib/eBay.rb', line 9476 def basicThemeArray @basicThemeArray end |
#build ⇒ Object
Returns the value of attribute build.
9468 9469 9470 |
# File 'lib/eBay.rb', line 9468 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
9464 9465 9466 |
# File 'lib/eBay.rb', line 9464 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
9470 9471 9472 |
# File 'lib/eBay.rb', line 9470 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
9472 9473 9474 |
# File 'lib/eBay.rb', line 9472 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
9465 9466 9467 |
# File 'lib/eBay.rb', line 9465 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
9474 9475 9476 |
# File 'lib/eBay.rb', line 9474 def hardExpirationWarning @hardExpirationWarning end |
#logoArray ⇒ Object
Returns the value of attribute logoArray.
9478 9479 9480 |
# File 'lib/eBay.rb', line 9478 def logoArray @logoArray end |
#maxCategories ⇒ Object
Returns the value of attribute maxCategories.
9480 9481 9482 |
# File 'lib/eBay.rb', line 9480 def maxCategories @maxCategories end |
#maxCategoryLevels ⇒ Object
Returns the value of attribute maxCategoryLevels.
9481 9482 9483 |
# File 'lib/eBay.rb', line 9481 def maxCategoryLevels @maxCategoryLevels end |
#message ⇒ Object
Returns the value of attribute message.
9466 9467 9468 |
# File 'lib/eBay.rb', line 9466 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
9469 9470 9471 |
# File 'lib/eBay.rb', line 9469 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
9473 9474 9475 |
# File 'lib/eBay.rb', line 9473 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
9471 9472 9473 |
# File 'lib/eBay.rb', line 9471 def recipientUserID @recipientUserID end |
#subscriptionArray ⇒ Object
Returns the value of attribute subscriptionArray.
9479 9480 9481 |
# File 'lib/eBay.rb', line 9479 def subscriptionArray @subscriptionArray end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
9462 9463 9464 |
# File 'lib/eBay.rb', line 9462 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
9467 9468 9469 |
# File 'lib/eBay.rb', line 9467 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
9483 9484 9485 |
# File 'lib/eBay.rb', line 9483 def set_any(elements) @__xmlele_any = elements end |