Class: EBay::GetShippingDiscountProfilesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetShippingDiscountProfilesRequestType

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

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

Returns a new instance of GetShippingDiscountProfilesRequestType.



5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
# File 'lib/eBay.rb', line 5121

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.



5115
5116
5117
# File 'lib/eBay.rb', line 5115

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5114
5115
5116
# File 'lib/eBay.rb', line 5114

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5105
5106
5107
# File 'lib/eBay.rb', line 5105

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5109
5110
5111
# File 'lib/eBay.rb', line 5109

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5110
5111
5112
# File 'lib/eBay.rb', line 5110

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5106
5107
5108
# File 'lib/eBay.rb', line 5106

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5111
5112
5113
# File 'lib/eBay.rb', line 5111

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5107
5108
5109
# File 'lib/eBay.rb', line 5107

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5112
5113
5114
# File 'lib/eBay.rb', line 5112

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



5108
5109
5110
# File 'lib/eBay.rb', line 5108

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5113
5114
5115
# File 'lib/eBay.rb', line 5113

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5117
5118
5119
# File 'lib/eBay.rb', line 5117

def set_any(elements)
  @__xmlele_any = elements
end