Class: EBay::GetStoreOptionsResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetStoreOptionsResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - 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

Instance Method Summary collapse

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(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)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15332
15333
15334
# File 'lib/eBay.rb', line 15332

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



15318
15319
15320
# File 'lib/eBay.rb', line 15318

def ack
  @ack
end

#advancedThemeArrayObject

Returns the value of attribute advancedThemeArray.



15334
15335
15336
# File 'lib/eBay.rb', line 15334

def advancedThemeArray
  @advancedThemeArray
end

#basicThemeArrayObject

Returns the value of attribute basicThemeArray.



15333
15334
15335
# File 'lib/eBay.rb', line 15333

def basicThemeArray
  @basicThemeArray
end

#botBlockObject

Returns the value of attribute botBlock.



15330
15331
15332
# File 'lib/eBay.rb', line 15330

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



15323
15324
15325
# File 'lib/eBay.rb', line 15323

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



15319
15320
15321
# File 'lib/eBay.rb', line 15319

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



15325
15326
15327
# File 'lib/eBay.rb', line 15325

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



15327
15328
15329
# File 'lib/eBay.rb', line 15327

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



15320
15321
15322
# File 'lib/eBay.rb', line 15320

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



15331
15332
15333
# File 'lib/eBay.rb', line 15331

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



15329
15330
15331
# File 'lib/eBay.rb', line 15329

def hardExpirationWarning
  @hardExpirationWarning
end

#logoArrayObject

Returns the value of attribute logoArray.



15335
15336
15337
# File 'lib/eBay.rb', line 15335

def logoArray
  @logoArray
end

#maxCategoriesObject

Returns the value of attribute maxCategories.



15337
15338
15339
# File 'lib/eBay.rb', line 15337

def maxCategories
  @maxCategories
end

#maxCategoryLevelsObject

Returns the value of attribute maxCategoryLevels.



15338
15339
15340
# File 'lib/eBay.rb', line 15338

def maxCategoryLevels
  @maxCategoryLevels
end

#messageObject

Returns the value of attribute message.



15321
15322
15323
# File 'lib/eBay.rb', line 15321

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



15324
15325
15326
# File 'lib/eBay.rb', line 15324

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



15328
15329
15330
# File 'lib/eBay.rb', line 15328

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



15326
15327
15328
# File 'lib/eBay.rb', line 15326

def recipientUserID
  @recipientUserID
end

#subscriptionArrayObject

Returns the value of attribute subscriptionArray.



15336
15337
15338
# File 'lib/eBay.rb', line 15336

def subscriptionArray
  @subscriptionArray
end

#timestampObject

Returns the value of attribute timestamp.



15317
15318
15319
# File 'lib/eBay.rb', line 15317

def timestamp
  @timestamp
end

#versionObject

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