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")]],
  ["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

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, 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(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)
  @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
  @__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.



9475
9476
9477
# File 'lib/eBay.rb', line 9475

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9463
9464
9465
# File 'lib/eBay.rb', line 9463

def ack
  @ack
end

#advancedThemeArrayObject

Returns the value of attribute advancedThemeArray.



9477
9478
9479
# File 'lib/eBay.rb', line 9477

def advancedThemeArray
  @advancedThemeArray
end

#basicThemeArrayObject

Returns the value of attribute basicThemeArray.



9476
9477
9478
# File 'lib/eBay.rb', line 9476

def basicThemeArray
  @basicThemeArray
end

#buildObject

Returns the value of attribute build.



9468
9469
9470
# File 'lib/eBay.rb', line 9468

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9464
9465
9466
# File 'lib/eBay.rb', line 9464

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9470
9471
9472
# File 'lib/eBay.rb', line 9470

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9472
9473
9474
# File 'lib/eBay.rb', line 9472

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9465
9466
9467
# File 'lib/eBay.rb', line 9465

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9474
9475
9476
# File 'lib/eBay.rb', line 9474

def hardExpirationWarning
  @hardExpirationWarning
end

#logoArrayObject

Returns the value of attribute logoArray.



9478
9479
9480
# File 'lib/eBay.rb', line 9478

def logoArray
  @logoArray
end

#maxCategoriesObject

Returns the value of attribute maxCategories.



9480
9481
9482
# File 'lib/eBay.rb', line 9480

def maxCategories
  @maxCategories
end

#maxCategoryLevelsObject

Returns the value of attribute maxCategoryLevels.



9481
9482
9483
# File 'lib/eBay.rb', line 9481

def maxCategoryLevels
  @maxCategoryLevels
end

#messageObject

Returns the value of attribute message.



9466
9467
9468
# File 'lib/eBay.rb', line 9466

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9469
9470
9471
# File 'lib/eBay.rb', line 9469

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9473
9474
9475
# File 'lib/eBay.rb', line 9473

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9471
9472
9473
# File 'lib/eBay.rb', line 9471

def recipientUserID
  @recipientUserID
end

#subscriptionArrayObject

Returns the value of attribute subscriptionArray.



9479
9480
9481
# File 'lib/eBay.rb', line 9479

def subscriptionArray
  @subscriptionArray
end

#timestampObject

Returns the value of attribute timestamp.



9462
9463
9464
# File 'lib/eBay.rb', line 9462

def timestamp
  @timestamp
end

#versionObject

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