Class: GetTaxTableRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetTaxTableRequestType

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

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) ⇒ GetTaxTableRequestType

Returns a new instance of GetTaxTableRequestType.



4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
# File 'lib/eBay.rb', line 4771

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4765
4766
4767
# File 'lib/eBay.rb', line 4765

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4764
4765
4766
# File 'lib/eBay.rb', line 4764

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4755
4756
4757
# File 'lib/eBay.rb', line 4755

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4759
4760
4761
# File 'lib/eBay.rb', line 4759

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4760
4761
4762
# File 'lib/eBay.rb', line 4760

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4756
4757
4758
# File 'lib/eBay.rb', line 4756

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4761
4762
4763
# File 'lib/eBay.rb', line 4761

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4757
4758
4759
# File 'lib/eBay.rb', line 4757

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4762
4763
4764
# File 'lib/eBay.rb', line 4762

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



4758
4759
4760
# File 'lib/eBay.rb', line 4758

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4763
4764
4765
# File 'lib/eBay.rb', line 4763

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4767
4768
4769
# File 'lib/eBay.rb', line 4767

def set_any(elements)
  @__xmlele_any = elements
end