Class: GetStoreOptionsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetStoreOptionsResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
basicThemeArray - StoreThemeArrayType
advancedThemeArray - StoreThemeArrayType
logoArray - StoreLogoArrayType
subscriptionArray - 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, basicThemeArray = nil, advancedThemeArray = nil, logoArray = nil, subscriptionArray = nil, maxCategories = nil, maxCategoryLevels = nil) ⇒ GetStoreOptionsResponseType

Returns a new instance of GetStoreOptionsResponseType.



12680
12681
12682
12683
12684
12685
12686
12687
12688
12689
12690
12691
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701
12702
# File 'lib/eBay.rb', line 12680

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



12668
12669
12670
# File 'lib/eBay.rb', line 12668

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12655
12656
12657
# File 'lib/eBay.rb', line 12655

def ack
  @ack
end

#advancedThemeArrayObject

Returns the value of attribute advancedThemeArray.



12670
12671
12672
# File 'lib/eBay.rb', line 12670

def advancedThemeArray
  @advancedThemeArray
end

#basicThemeArrayObject

Returns the value of attribute basicThemeArray.



12669
12670
12671
# File 'lib/eBay.rb', line 12669

def basicThemeArray
  @basicThemeArray
end

#botBlockObject

Returns the value of attribute botBlock.



12667
12668
12669
# File 'lib/eBay.rb', line 12667

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12660
12661
12662
# File 'lib/eBay.rb', line 12660

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12656
12657
12658
# File 'lib/eBay.rb', line 12656

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12662
12663
12664
# File 'lib/eBay.rb', line 12662

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12664
12665
12666
# File 'lib/eBay.rb', line 12664

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12657
12658
12659
# File 'lib/eBay.rb', line 12657

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12666
12667
12668
# File 'lib/eBay.rb', line 12666

def hardExpirationWarning
  @hardExpirationWarning
end

#logoArrayObject

Returns the value of attribute logoArray.



12671
12672
12673
# File 'lib/eBay.rb', line 12671

def logoArray
  @logoArray
end

#maxCategoriesObject

Returns the value of attribute maxCategories.



12673
12674
12675
# File 'lib/eBay.rb', line 12673

def maxCategories
  @maxCategories
end

#maxCategoryLevelsObject

Returns the value of attribute maxCategoryLevels.



12674
12675
12676
# File 'lib/eBay.rb', line 12674

def maxCategoryLevels
  @maxCategoryLevels
end

#messageObject

Returns the value of attribute message.



12658
12659
12660
# File 'lib/eBay.rb', line 12658

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12661
12662
12663
# File 'lib/eBay.rb', line 12661

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12665
12666
12667
# File 'lib/eBay.rb', line 12665

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12663
12664
12665
# File 'lib/eBay.rb', line 12663

def recipientUserID
  @recipientUserID
end

#subscriptionArrayObject

Returns the value of attribute subscriptionArray.



12672
12673
12674
# File 'lib/eBay.rb', line 12672

def subscriptionArray
  @subscriptionArray
end

#timestampObject

Returns the value of attribute timestamp.



12654
12655
12656
# File 'lib/eBay.rb', line 12654

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12659
12660
12661
# File 'lib/eBay.rb', line 12659

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12676
12677
12678
# File 'lib/eBay.rb', line 12676

def set_any(elements)
  @__xmlele_any = elements
end