Class: GetStorePreferencesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetStorePreferencesResponseType

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
storePreferences - StorePreferencesType

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, storePreferences = nil) ⇒ GetStorePreferencesResponseType

Returns a new instance of GetStorePreferencesResponseType.



12743
12744
12745
12746
12747
12748
12749
12750
12751
12752
12753
12754
12755
12756
12757
12758
12759
12760
# File 'lib/eBay.rb', line 12743

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, storePreferences = 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
  @storePreferences = storePreferences
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12736
12737
12738
# File 'lib/eBay.rb', line 12736

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12723
12724
12725
# File 'lib/eBay.rb', line 12723

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



12735
12736
12737
# File 'lib/eBay.rb', line 12735

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12728
12729
12730
# File 'lib/eBay.rb', line 12728

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12724
12725
12726
# File 'lib/eBay.rb', line 12724

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12730
12731
12732
# File 'lib/eBay.rb', line 12730

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12732
12733
12734
# File 'lib/eBay.rb', line 12732

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12725
12726
12727
# File 'lib/eBay.rb', line 12725

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12734
12735
12736
# File 'lib/eBay.rb', line 12734

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



12726
12727
12728
# File 'lib/eBay.rb', line 12726

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12729
12730
12731
# File 'lib/eBay.rb', line 12729

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12733
12734
12735
# File 'lib/eBay.rb', line 12733

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12731
12732
12733
# File 'lib/eBay.rb', line 12731

def recipientUserID
  @recipientUserID
end

#storePreferencesObject

Returns the value of attribute storePreferences.



12737
12738
12739
# File 'lib/eBay.rb', line 12737

def storePreferences
  @storePreferences
end

#timestampObject

Returns the value of attribute timestamp.



12722
12723
12724
# File 'lib/eBay.rb', line 12722

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12727
12728
12729
# File 'lib/eBay.rb', line 12727

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12739
12740
12741
# File 'lib/eBay.rb', line 12739

def set_any(elements)
  @__xmlele_any = elements
end