Class: SetTaxTableResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetTaxTableResponseType

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

Returns a new instance of SetTaxTableResponseType.



15199
15200
15201
15202
15203
15204
15205
15206
15207
15208
15209
15210
15211
15212
15213
15214
15215
# File 'lib/eBay.rb', line 15199

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.



15193
15194
15195
# File 'lib/eBay.rb', line 15193

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



15180
15181
15182
# File 'lib/eBay.rb', line 15180

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



15192
15193
15194
# File 'lib/eBay.rb', line 15192

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



15185
15186
15187
# File 'lib/eBay.rb', line 15185

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



15181
15182
15183
# File 'lib/eBay.rb', line 15181

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



15187
15188
15189
# File 'lib/eBay.rb', line 15187

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



15189
15190
15191
# File 'lib/eBay.rb', line 15189

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



15182
15183
15184
# File 'lib/eBay.rb', line 15182

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



15191
15192
15193
# File 'lib/eBay.rb', line 15191

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



15183
15184
15185
# File 'lib/eBay.rb', line 15183

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



15186
15187
15188
# File 'lib/eBay.rb', line 15186

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



15190
15191
15192
# File 'lib/eBay.rb', line 15190

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



15188
15189
15190
# File 'lib/eBay.rb', line 15188

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



15179
15180
15181
# File 'lib/eBay.rb', line 15179

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



15184
15185
15186
# File 'lib/eBay.rb', line 15184

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



15195
15196
15197
# File 'lib/eBay.rb', line 15195

def set_any(elements)
  @__xmlele_any = elements
end