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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, pagination = nil, userID = nil, feedbackID = nil) ⇒ GetFeedbackRequestType

Returns a new instance of GetFeedbackRequestType.



3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
# File 'lib/eBay.rb', line 3373

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3364
3365
3366
# File 'lib/eBay.rb', line 3364

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



3358
3359
3360
# File 'lib/eBay.rb', line 3358

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3362
3363
3364
# File 'lib/eBay.rb', line 3362

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3359
3360
3361
# File 'lib/eBay.rb', line 3359

def errorLanguage
  @errorLanguage
end

#feedbackIDObject

Returns the value of attribute feedbackID.



3367
3368
3369
# File 'lib/eBay.rb', line 3367

def feedbackID
  @feedbackID
end

#invocationIDObject

Returns the value of attribute invocationID.



3363
3364
3365
# File 'lib/eBay.rb', line 3363

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3360
3361
3362
# File 'lib/eBay.rb', line 3360

def messageID
  @messageID
end

#paginationObject

Returns the value of attribute pagination.



3365
3366
3367
# File 'lib/eBay.rb', line 3365

def pagination
  @pagination
end

#userIDObject

Returns the value of attribute userID.



3366
3367
3368
# File 'lib/eBay.rb', line 3366

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



3361
3362
3363
# File 'lib/eBay.rb', line 3361

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



3369
3370
3371
# File 'lib/eBay.rb', line 3369

def set_any(elements)
  @__xmlele_any = elements
end