Class: EBay::GetTaxTableRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetTaxTableRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetTaxTableRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil) ⇒ GetTaxTableRequestType
constructor
A new instance of GetTaxTableRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil) ⇒ GetTaxTableRequestType
Returns a new instance of GetTaxTableRequestType.
5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 |
# File 'lib/eBay.rb', line 5443 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
5437 5438 5439 |
# File 'lib/eBay.rb', line 5437 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
5436 5437 5438 |
# File 'lib/eBay.rb', line 5436 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5427 5428 5429 |
# File 'lib/eBay.rb', line 5427 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
5431 5432 5433 |
# File 'lib/eBay.rb', line 5431 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5432 5433 5434 |
# File 'lib/eBay.rb', line 5432 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5428 5429 5430 |
# File 'lib/eBay.rb', line 5428 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5433 5434 5435 |
# File 'lib/eBay.rb', line 5433 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5429 5430 5431 |
# File 'lib/eBay.rb', line 5429 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
5434 5435 5436 |
# File 'lib/eBay.rb', line 5434 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
5430 5431 5432 |
# File 'lib/eBay.rb', line 5430 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
5435 5436 5437 |
# File 'lib/eBay.rb', line 5435 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
5439 5440 5441 |
# File 'lib/eBay.rb', line 5439 def set_any(elements) @__xmlele_any = elements end |