Class: EBay::SetTaxTableRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::SetTaxTableRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetTaxTableRequestType
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
taxTable - EBay::TaxTableType
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.
-
#taxTable ⇒ Object
Returns the value of attribute taxTable.
-
#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, taxTable = nil) ⇒ SetTaxTableRequestType
constructor
A new instance of SetTaxTableRequestType.
- #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, taxTable = nil) ⇒ SetTaxTableRequestType
Returns a new instance of SetTaxTableRequestType.
8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 8195 8196 8197 8198 |
# File 'lib/eBay.rb', line 8185 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, taxTable = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @taxTable = taxTable end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
8178 8179 8180 |
# File 'lib/eBay.rb', line 8178 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
8177 8178 8179 |
# File 'lib/eBay.rb', line 8177 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
8168 8169 8170 |
# File 'lib/eBay.rb', line 8168 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
8172 8173 8174 |
# File 'lib/eBay.rb', line 8172 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
8173 8174 8175 |
# File 'lib/eBay.rb', line 8173 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
8169 8170 8171 |
# File 'lib/eBay.rb', line 8169 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
8174 8175 8176 |
# File 'lib/eBay.rb', line 8174 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
8170 8171 8172 |
# File 'lib/eBay.rb', line 8170 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
8175 8176 8177 |
# File 'lib/eBay.rb', line 8175 def outputSelector @outputSelector end |
#taxTable ⇒ Object
Returns the value of attribute taxTable.
8179 8180 8181 |
# File 'lib/eBay.rb', line 8179 def taxTable @taxTable end |
#version ⇒ Object
Returns the value of attribute version.
8171 8172 8173 |
# File 'lib/eBay.rb', line 8171 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
8176 8177 8178 |
# File 'lib/eBay.rb', line 8176 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
8181 8182 8183 |
# File 'lib/eBay.rb', line 8181 def set_any(elements) @__xmlele_any = elements end |