Class: SetTaxTableRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetTaxTableRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
taxTable - 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.



6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888
# File 'lib/eBay.rb', line 6875

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.



6868
6869
6870
# File 'lib/eBay.rb', line 6868

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



6867
6868
6869
# File 'lib/eBay.rb', line 6867

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



6858
6859
6860
# File 'lib/eBay.rb', line 6858

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6862
6863
6864
# File 'lib/eBay.rb', line 6862

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6863
6864
6865
# File 'lib/eBay.rb', line 6863

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6859
6860
6861
# File 'lib/eBay.rb', line 6859

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6864
6865
6866
# File 'lib/eBay.rb', line 6864

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6860
6861
6862
# File 'lib/eBay.rb', line 6860

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6865
6866
6867
# File 'lib/eBay.rb', line 6865

def outputSelector
  @outputSelector
end

#taxTableObject

Returns the value of attribute taxTable.



6869
6870
6871
# File 'lib/eBay.rb', line 6869

def taxTable
  @taxTable
end

#versionObject

Returns the value of attribute version.



6861
6862
6863
# File 'lib/eBay.rb', line 6861

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6866
6867
6868
# File 'lib/eBay.rb', line 6866

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6871
6872
6873
# File 'lib/eBay.rb', line 6871

def set_any(elements)
  @__xmlele_any = elements
end