Class: GetTaxTableResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetTaxTableResponseType

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
lastUpdateTime - SOAP::SOAPDateTime
taxTable - TaxTableType

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, lastUpdateTime = nil, taxTable = nil) ⇒ GetTaxTableResponseType

Returns a new instance of GetTaxTableResponseType.



12864
12865
12866
12867
12868
12869
12870
12871
12872
12873
12874
12875
12876
12877
12878
12879
12880
12881
12882
# File 'lib/eBay.rb', line 12864

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, lastUpdateTime = nil, taxTable = 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
  @lastUpdateTime = lastUpdateTime
  @taxTable = taxTable
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12856
12857
12858
# File 'lib/eBay.rb', line 12856

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12843
12844
12845
# File 'lib/eBay.rb', line 12843

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



12855
12856
12857
# File 'lib/eBay.rb', line 12855

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12848
12849
12850
# File 'lib/eBay.rb', line 12848

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12844
12845
12846
# File 'lib/eBay.rb', line 12844

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12850
12851
12852
# File 'lib/eBay.rb', line 12850

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12852
12853
12854
# File 'lib/eBay.rb', line 12852

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12845
12846
12847
# File 'lib/eBay.rb', line 12845

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12854
12855
12856
# File 'lib/eBay.rb', line 12854

def hardExpirationWarning
  @hardExpirationWarning
end

#lastUpdateTimeObject

Returns the value of attribute lastUpdateTime.



12857
12858
12859
# File 'lib/eBay.rb', line 12857

def lastUpdateTime
  @lastUpdateTime
end

#messageObject

Returns the value of attribute message.



12846
12847
12848
# File 'lib/eBay.rb', line 12846

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12849
12850
12851
# File 'lib/eBay.rb', line 12849

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12853
12854
12855
# File 'lib/eBay.rb', line 12853

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12851
12852
12853
# File 'lib/eBay.rb', line 12851

def recipientUserID
  @recipientUserID
end

#taxTableObject

Returns the value of attribute taxTable.



12858
12859
12860
# File 'lib/eBay.rb', line 12858

def taxTable
  @taxTable
end

#timestampObject

Returns the value of attribute timestamp.



12842
12843
12844
# File 'lib/eBay.rb', line 12842

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12847
12848
12849
# File 'lib/eBay.rb', line 12847

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12860
12861
12862
# File 'lib/eBay.rb', line 12860

def set_any(elements)
  @__xmlele_any = elements
end