Class: EBay::GetTaxTableResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetTaxTableResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetTaxTableResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
lastUpdateTime - SOAP::SOAPDateTime
taxTable - EBay::TaxTableType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#lastUpdateTime ⇒ Object
Returns the value of attribute lastUpdateTime.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#taxTable ⇒ Object
Returns the value of attribute taxTable.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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, externalUserData = nil, lastUpdateTime = nil, taxTable = nil) ⇒ GetTaxTableResponseType
constructor
A new instance of GetTaxTableResponseType.
- #set_any(elements) ⇒ Object
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, externalUserData = nil, lastUpdateTime = nil, taxTable = nil) ⇒ GetTaxTableResponseType
Returns a new instance of GetTaxTableResponseType.
15537 15538 15539 15540 15541 15542 15543 15544 15545 15546 15547 15548 15549 15550 15551 15552 15553 15554 15555 15556 |
# File 'lib/eBay.rb', line 15537 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, lastUpdateTime = nil, taxTable = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil @lastUpdateTime = lastUpdateTime @taxTable = taxTable end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15529 15530 15531 |
# File 'lib/eBay.rb', line 15529 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
15515 15516 15517 |
# File 'lib/eBay.rb', line 15515 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
15527 15528 15529 |
# File 'lib/eBay.rb', line 15527 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
15520 15521 15522 |
# File 'lib/eBay.rb', line 15520 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
15516 15517 15518 |
# File 'lib/eBay.rb', line 15516 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
15522 15523 15524 |
# File 'lib/eBay.rb', line 15522 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
15524 15525 15526 |
# File 'lib/eBay.rb', line 15524 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
15517 15518 15519 |
# File 'lib/eBay.rb', line 15517 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
15528 15529 15530 |
# File 'lib/eBay.rb', line 15528 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
15526 15527 15528 |
# File 'lib/eBay.rb', line 15526 def hardExpirationWarning @hardExpirationWarning end |
#lastUpdateTime ⇒ Object
Returns the value of attribute lastUpdateTime.
15530 15531 15532 |
# File 'lib/eBay.rb', line 15530 def lastUpdateTime @lastUpdateTime end |
#message ⇒ Object
Returns the value of attribute message.
15518 15519 15520 |
# File 'lib/eBay.rb', line 15518 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
15521 15522 15523 |
# File 'lib/eBay.rb', line 15521 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
15525 15526 15527 |
# File 'lib/eBay.rb', line 15525 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
15523 15524 15525 |
# File 'lib/eBay.rb', line 15523 def recipientUserID @recipientUserID end |
#taxTable ⇒ Object
Returns the value of attribute taxTable.
15531 15532 15533 |
# File 'lib/eBay.rb', line 15531 def taxTable @taxTable end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
15514 15515 15516 |
# File 'lib/eBay.rb', line 15514 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
15519 15520 15521 |
# File 'lib/eBay.rb', line 15519 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
15533 15534 15535 |
# File 'lib/eBay.rb', line 15533 def set_any(elements) @__xmlele_any = elements end |