Class: GetUserDisputesRequestType
- Inherits:
-
Object
- Object
- GetUserDisputesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetUserDisputesRequestType
Constant Summary collapse
- @@schema_type =
"GetUserDisputesRequestType"- @@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")]], ["disputeFilterType", ["DisputeFilterTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisputeFilterType")]], ["disputeSortType", ["DisputeSortTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisputeSortType")]], ["modTimeFrom", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ModTimeFrom")]], ["modTimeTo", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ModTimeTo")]], ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#disputeFilterType ⇒ Object
Returns the value of attribute disputeFilterType.
-
#disputeSortType ⇒ Object
Returns the value of attribute disputeSortType.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#modTimeFrom ⇒ Object
Returns the value of attribute modTimeFrom.
-
#modTimeTo ⇒ Object
Returns the value of attribute modTimeTo.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, disputeFilterType = nil, disputeSortType = nil, modTimeFrom = nil, modTimeTo = nil, pagination = nil) ⇒ GetUserDisputesRequestType
constructor
A new instance of GetUserDisputesRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, disputeFilterType = nil, disputeSortType = nil, modTimeFrom = nil, modTimeTo = nil, pagination = nil) ⇒ GetUserDisputesRequestType
Returns a new instance of GetUserDisputesRequestType.
10087 10088 10089 10090 10091 10092 10093 10094 10095 10096 10097 10098 10099 10100 10101 |
# File 'lib/eBay.rb', line 10087 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, disputeFilterType = nil, disputeSortType = nil, modTimeFrom = nil, modTimeTo = nil, pagination = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @disputeFilterType = disputeFilterType @disputeSortType = disputeSortType @modTimeFrom = modTimeFrom @modTimeTo = modTimeTo @pagination = pagination end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
10076 10077 10078 |
# File 'lib/eBay.rb', line 10076 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
10069 10070 10071 |
# File 'lib/eBay.rb', line 10069 def detailLevel @detailLevel end |
#disputeFilterType ⇒ Object
Returns the value of attribute disputeFilterType.
10077 10078 10079 |
# File 'lib/eBay.rb', line 10077 def disputeFilterType @disputeFilterType end |
#disputeSortType ⇒ Object
Returns the value of attribute disputeSortType.
10078 10079 10080 |
# File 'lib/eBay.rb', line 10078 def disputeSortType @disputeSortType end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
10073 10074 10075 |
# File 'lib/eBay.rb', line 10073 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
10070 10071 10072 |
# File 'lib/eBay.rb', line 10070 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
10074 10075 10076 |
# File 'lib/eBay.rb', line 10074 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
10071 10072 10073 |
# File 'lib/eBay.rb', line 10071 def end |
#modTimeFrom ⇒ Object
Returns the value of attribute modTimeFrom.
10079 10080 10081 |
# File 'lib/eBay.rb', line 10079 def modTimeFrom @modTimeFrom end |
#modTimeTo ⇒ Object
Returns the value of attribute modTimeTo.
10080 10081 10082 |
# File 'lib/eBay.rb', line 10080 def modTimeTo @modTimeTo end |
#pagination ⇒ Object
Returns the value of attribute pagination.
10081 10082 10083 |
# File 'lib/eBay.rb', line 10081 def pagination @pagination end |
#version ⇒ Object
Returns the value of attribute version.
10072 10073 10074 |
# File 'lib/eBay.rb', line 10072 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
10075 10076 10077 |
# File 'lib/eBay.rb', line 10075 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
10083 10084 10085 |
# File 'lib/eBay.rb', line 10083 def set_any(elements) @__xmlele_any = elements end |