Class: EBay::SetTaxTableRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetTaxTableRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - 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

Instance Method Summary collapse

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, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, taxTable = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8178
8179
8180
# File 'lib/eBay.rb', line 8178

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



8177
8178
8179
# File 'lib/eBay.rb', line 8177

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



8168
8169
8170
# File 'lib/eBay.rb', line 8168

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



8172
8173
8174
# File 'lib/eBay.rb', line 8172

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8173
8174
8175
# File 'lib/eBay.rb', line 8173

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8169
8170
8171
# File 'lib/eBay.rb', line 8169

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8174
8175
8176
# File 'lib/eBay.rb', line 8174

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



8170
8171
8172
# File 'lib/eBay.rb', line 8170

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



8175
8176
8177
# File 'lib/eBay.rb', line 8175

def outputSelector
  @outputSelector
end

#taxTableObject

Returns the value of attribute taxTable.



8179
8180
8181
# File 'lib/eBay.rb', line 8179

def taxTable
  @taxTable
end

#versionObject

Returns the value of attribute version.



8171
8172
8173
# File 'lib/eBay.rb', line 8171

def version
  @version
end

#warningLevelObject

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