Class: GetStoreOptionsResponseType

Inherits:
Object
  • Object
show all
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")]],
  ["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

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, notificationSignature = nil, hardExpirationWarning = nil, basicThemeArray = nil, advancedThemeArray = nil, logoArray = nil, subscriptionArray = nil, maxCategories = nil, maxCategoryLevels = nil) ⇒ GetStoreOptionsResponseType

Returns a new instance of GetStoreOptionsResponseType.



8409
8410
8411
8412
8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
8423
8424
8425
8426
8427
8428
8429
# File 'lib/eBay.rb', line 8409

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = 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
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__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.



8397
8398
8399
# File 'lib/eBay.rb', line 8397

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8386
8387
8388
# File 'lib/eBay.rb', line 8386

def ack
  @ack
end

#advancedThemeArrayObject

Returns the value of attribute advancedThemeArray.



8399
8400
8401
# File 'lib/eBay.rb', line 8399

def advancedThemeArray
  @advancedThemeArray
end

#basicThemeArrayObject

Returns the value of attribute basicThemeArray.



8398
8399
8400
# File 'lib/eBay.rb', line 8398

def basicThemeArray
  @basicThemeArray
end

#buildObject

Returns the value of attribute build.



8391
8392
8393
# File 'lib/eBay.rb', line 8391

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8387
8388
8389
# File 'lib/eBay.rb', line 8387

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8393
8394
8395
# File 'lib/eBay.rb', line 8393

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



8388
8389
8390
# File 'lib/eBay.rb', line 8388

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8396
8397
8398
# File 'lib/eBay.rb', line 8396

def hardExpirationWarning
  @hardExpirationWarning
end

#logoArrayObject

Returns the value of attribute logoArray.



8400
8401
8402
# File 'lib/eBay.rb', line 8400

def logoArray
  @logoArray
end

#maxCategoriesObject

Returns the value of attribute maxCategories.



8402
8403
8404
# File 'lib/eBay.rb', line 8402

def maxCategories
  @maxCategories
end

#maxCategoryLevelsObject

Returns the value of attribute maxCategoryLevels.



8403
8404
8405
# File 'lib/eBay.rb', line 8403

def maxCategoryLevels
  @maxCategoryLevels
end

#messageObject

Returns the value of attribute message.



8389
8390
8391
# File 'lib/eBay.rb', line 8389

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8392
8393
8394
# File 'lib/eBay.rb', line 8392

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8395
8396
8397
# File 'lib/eBay.rb', line 8395

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8394
8395
8396
# File 'lib/eBay.rb', line 8394

def recipientUserID
  @recipientUserID
end

#subscriptionArrayObject

Returns the value of attribute subscriptionArray.



8401
8402
8403
# File 'lib/eBay.rb', line 8401

def subscriptionArray
  @subscriptionArray
end

#timestampObject

Returns the value of attribute timestamp.



8385
8386
8387
# File 'lib/eBay.rb', line 8385

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8390
8391
8392
# File 'lib/eBay.rb', line 8390

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8405
8406
8407
# File 'lib/eBay.rb', line 8405

def set_any(elements)
  @__xmlele_any = elements
end