Class: GetFeedbackRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetFeedbackRequestType

Constant Summary collapse

@@schema_type =
"GetFeedbackRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
  ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
  ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
  ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]],
  ["userID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserID")]],
  ["feedbackID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackID")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, pagination = nil, userID = nil, feedbackID = nil) ⇒ GetFeedbackRequestType

Returns a new instance of GetFeedbackRequestType.



4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
# File 'lib/eBay.rb', line 4314

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4305
4306
4307
# File 'lib/eBay.rb', line 4305

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



4298
4299
4300
# File 'lib/eBay.rb', line 4298

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4302
4303
4304
# File 'lib/eBay.rb', line 4302

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4299
4300
4301
# File 'lib/eBay.rb', line 4299

def errorLanguage
  @errorLanguage
end

#feedbackIDObject

Returns the value of attribute feedbackID.



4308
4309
4310
# File 'lib/eBay.rb', line 4308

def feedbackID
  @feedbackID
end

#invocationIDObject

Returns the value of attribute invocationID.



4303
4304
4305
# File 'lib/eBay.rb', line 4303

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4300
4301
4302
# File 'lib/eBay.rb', line 4300

def messageID
  @messageID
end

#paginationObject

Returns the value of attribute pagination.



4306
4307
4308
# File 'lib/eBay.rb', line 4306

def pagination
  @pagination
end

#userIDObject

Returns the value of attribute userID.



4307
4308
4309
# File 'lib/eBay.rb', line 4307

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



4301
4302
4303
# File 'lib/eBay.rb', line 4301

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4304
4305
4306
# File 'lib/eBay.rb', line 4304

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4310
4311
4312
# File 'lib/eBay.rb', line 4310

def set_any(elements)
  @__xmlele_any = elements
end