Class: EBay::GetStoreOptionsResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetStoreOptionsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetStoreOptionsResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
basicThemeArray - EBay::StoreThemeArrayType
advancedThemeArray - EBay::StoreThemeArrayType
logoArray - EBay::StoreLogoArrayType
subscriptionArray - EBay::StoreSubscriptionArrayType
maxCategories - SOAP::SOAPInt
maxCategoryLevels - SOAP::SOAPInt
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.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#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.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#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, botBlock = nil, externalUserData = 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, botBlock = nil, externalUserData = nil, basicThemeArray = nil, advancedThemeArray = nil, logoArray = nil, subscriptionArray = nil, maxCategories = nil, maxCategoryLevels = nil) ⇒ GetStoreOptionsResponseType
Returns a new instance of GetStoreOptionsResponseType.
15344 15345 15346 15347 15348 15349 15350 15351 15352 15353 15354 15355 15356 15357 15358 15359 15360 15361 15362 15363 15364 15365 15366 15367 |
# File 'lib/eBay.rb', line 15344 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, botBlock = nil, externalUserData = 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 @botBlock = botBlock @externalUserData = externalUserData @__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.
15332 15333 15334 |
# File 'lib/eBay.rb', line 15332 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
15318 15319 15320 |
# File 'lib/eBay.rb', line 15318 def ack @ack end |
#advancedThemeArray ⇒ Object
Returns the value of attribute advancedThemeArray.
15334 15335 15336 |
# File 'lib/eBay.rb', line 15334 def advancedThemeArray @advancedThemeArray end |
#basicThemeArray ⇒ Object
Returns the value of attribute basicThemeArray.
15333 15334 15335 |
# File 'lib/eBay.rb', line 15333 def basicThemeArray @basicThemeArray end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
15330 15331 15332 |
# File 'lib/eBay.rb', line 15330 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
15323 15324 15325 |
# File 'lib/eBay.rb', line 15323 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
15319 15320 15321 |
# File 'lib/eBay.rb', line 15319 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
15325 15326 15327 |
# File 'lib/eBay.rb', line 15325 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
15327 15328 15329 |
# File 'lib/eBay.rb', line 15327 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
15320 15321 15322 |
# File 'lib/eBay.rb', line 15320 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
15331 15332 15333 |
# File 'lib/eBay.rb', line 15331 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
15329 15330 15331 |
# File 'lib/eBay.rb', line 15329 def hardExpirationWarning @hardExpirationWarning end |
#logoArray ⇒ Object
Returns the value of attribute logoArray.
15335 15336 15337 |
# File 'lib/eBay.rb', line 15335 def logoArray @logoArray end |
#maxCategories ⇒ Object
Returns the value of attribute maxCategories.
15337 15338 15339 |
# File 'lib/eBay.rb', line 15337 def maxCategories @maxCategories end |
#maxCategoryLevels ⇒ Object
Returns the value of attribute maxCategoryLevels.
15338 15339 15340 |
# File 'lib/eBay.rb', line 15338 def maxCategoryLevels @maxCategoryLevels end |
#message ⇒ Object
Returns the value of attribute message.
15321 15322 15323 |
# File 'lib/eBay.rb', line 15321 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
15324 15325 15326 |
# File 'lib/eBay.rb', line 15324 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
15328 15329 15330 |
# File 'lib/eBay.rb', line 15328 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
15326 15327 15328 |
# File 'lib/eBay.rb', line 15326 def recipientUserID @recipientUserID end |
#subscriptionArray ⇒ Object
Returns the value of attribute subscriptionArray.
15336 15337 15338 |
# File 'lib/eBay.rb', line 15336 def subscriptionArray @subscriptionArray end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
15317 15318 15319 |
# File 'lib/eBay.rb', line 15317 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
15322 15323 15324 |
# File 'lib/eBay.rb', line 15322 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
15340 15341 15342 |
# File 'lib/eBay.rb', line 15340 def set_any(elements) @__xmlele_any = elements end |