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.



3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
# File 'lib/eBay.rb', line 3653

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.



3644
3645
3646
# File 'lib/eBay.rb', line 3644

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



3637
3638
3639
# File 'lib/eBay.rb', line 3637

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3641
3642
3643
# File 'lib/eBay.rb', line 3641

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3638
3639
3640
# File 'lib/eBay.rb', line 3638

def errorLanguage
  @errorLanguage
end

#feedbackIDObject

Returns the value of attribute feedbackID.



3647
3648
3649
# File 'lib/eBay.rb', line 3647

def feedbackID
  @feedbackID
end

#invocationIDObject

Returns the value of attribute invocationID.



3642
3643
3644
# File 'lib/eBay.rb', line 3642

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3639
3640
3641
# File 'lib/eBay.rb', line 3639

def messageID
  @messageID
end

#paginationObject

Returns the value of attribute pagination.



3645
3646
3647
# File 'lib/eBay.rb', line 3645

def pagination
  @pagination
end

#userIDObject

Returns the value of attribute userID.



3646
3647
3648
# File 'lib/eBay.rb', line 3646

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



3640
3641
3642
# File 'lib/eBay.rb', line 3640

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3643
3644
3645
# File 'lib/eBay.rb', line 3643

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3649
3650
3651
# File 'lib/eBay.rb', line 3649

def set_any(elements)
  @__xmlele_any = elements
end