Class: GetFeedbackRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetFeedbackRequestType

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
pagination - PaginationType
userID - (any)
feedbackID - SOAP::SOAPString

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, pagination = nil, userID = nil, feedbackID = nil) ⇒ GetFeedbackRequestType

Returns a new instance of GetFeedbackRequestType.



2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
# File 'lib/eBay.rb', line 2184

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2175
2176
2177
# File 'lib/eBay.rb', line 2175

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2174
2175
2176
# File 'lib/eBay.rb', line 2174

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2165
2166
2167
# File 'lib/eBay.rb', line 2165

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2169
2170
2171
# File 'lib/eBay.rb', line 2169

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2170
2171
2172
# File 'lib/eBay.rb', line 2170

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2166
2167
2168
# File 'lib/eBay.rb', line 2166

def errorLanguage
  @errorLanguage
end

#feedbackIDObject

Returns the value of attribute feedbackID.



2178
2179
2180
# File 'lib/eBay.rb', line 2178

def feedbackID
  @feedbackID
end

#invocationIDObject

Returns the value of attribute invocationID.



2171
2172
2173
# File 'lib/eBay.rb', line 2171

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2167
2168
2169
# File 'lib/eBay.rb', line 2167

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2172
2173
2174
# File 'lib/eBay.rb', line 2172

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



2176
2177
2178
# File 'lib/eBay.rb', line 2176

def pagination
  @pagination
end

#userIDObject

Returns the value of attribute userID.



2177
2178
2179
# File 'lib/eBay.rb', line 2177

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



2168
2169
2170
# File 'lib/eBay.rb', line 2168

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2173
2174
2175
# File 'lib/eBay.rb', line 2173

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2180
2181
2182
# File 'lib/eBay.rb', line 2180

def set_any(elements)
  @__xmlele_any = elements
end