Class: SetStorePreferencesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetStorePreferencesResponseType

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

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) ⇒ SetStorePreferencesResponseType

Returns a new instance of SetStorePreferencesResponseType.



15144
15145
15146
15147
15148
15149
15150
15151
15152
15153
15154
15155
15156
15157
15158
15159
15160
# File 'lib/eBay.rb', line 15144

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15138
15139
15140
# File 'lib/eBay.rb', line 15138

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



15125
15126
15127
# File 'lib/eBay.rb', line 15125

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



15137
15138
15139
# File 'lib/eBay.rb', line 15137

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



15130
15131
15132
# File 'lib/eBay.rb', line 15130

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



15126
15127
15128
# File 'lib/eBay.rb', line 15126

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



15132
15133
15134
# File 'lib/eBay.rb', line 15132

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



15134
15135
15136
# File 'lib/eBay.rb', line 15134

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



15127
15128
15129
# File 'lib/eBay.rb', line 15127

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



15136
15137
15138
# File 'lib/eBay.rb', line 15136

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



15128
15129
15130
# File 'lib/eBay.rb', line 15128

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



15131
15132
15133
# File 'lib/eBay.rb', line 15131

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



15135
15136
15137
# File 'lib/eBay.rb', line 15135

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



15133
15134
15135
# File 'lib/eBay.rb', line 15133

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



15124
15125
15126
# File 'lib/eBay.rb', line 15124

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



15129
15130
15131
# File 'lib/eBay.rb', line 15129

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



15140
15141
15142
# File 'lib/eBay.rb', line 15140

def set_any(elements)
  @__xmlele_any = elements
end