Class: EBay::GetUserDisputesRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetUserDisputesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetUserDisputesRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
disputeFilterType - EBay::DisputeFilterTypeCodeType
disputeSortType - EBay::DisputeSortTypeCodeType
modTimeFrom - SOAP::SOAPDateTime
modTimeTo - SOAP::SOAPDateTime
pagination - EBay::PaginationType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#disputeFilterType ⇒ Object
Returns the value of attribute disputeFilterType.
-
#disputeSortType ⇒ Object
Returns the value of attribute disputeSortType.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#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.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#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, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = 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, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, disputeFilterType = nil, disputeSortType = nil, modTimeFrom = nil, modTimeTo = nil, pagination = nil) ⇒ GetUserDisputesRequestType
Returns a new instance of GetUserDisputesRequestType.
5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 |
# File 'lib/eBay.rb', line 5646 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, disputeFilterType = nil, disputeSortType = nil, modTimeFrom = nil, modTimeTo = nil, pagination = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__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.
5635 5636 5637 |
# File 'lib/eBay.rb', line 5635 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
5634 5635 5636 |
# File 'lib/eBay.rb', line 5634 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5625 5626 5627 |
# File 'lib/eBay.rb', line 5625 def detailLevel @detailLevel end |
#disputeFilterType ⇒ Object
Returns the value of attribute disputeFilterType.
5636 5637 5638 |
# File 'lib/eBay.rb', line 5636 def disputeFilterType @disputeFilterType end |
#disputeSortType ⇒ Object
Returns the value of attribute disputeSortType.
5637 5638 5639 |
# File 'lib/eBay.rb', line 5637 def disputeSortType @disputeSortType end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
5629 5630 5631 |
# File 'lib/eBay.rb', line 5629 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5630 5631 5632 |
# File 'lib/eBay.rb', line 5630 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5626 5627 5628 |
# File 'lib/eBay.rb', line 5626 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5631 5632 5633 |
# File 'lib/eBay.rb', line 5631 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5627 5628 5629 |
# File 'lib/eBay.rb', line 5627 def @messageID end |
#modTimeFrom ⇒ Object
Returns the value of attribute modTimeFrom.
5638 5639 5640 |
# File 'lib/eBay.rb', line 5638 def modTimeFrom @modTimeFrom end |
#modTimeTo ⇒ Object
Returns the value of attribute modTimeTo.
5639 5640 5641 |
# File 'lib/eBay.rb', line 5639 def modTimeTo @modTimeTo end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
5632 5633 5634 |
# File 'lib/eBay.rb', line 5632 def outputSelector @outputSelector end |
#pagination ⇒ Object
Returns the value of attribute pagination.
5640 5641 5642 |
# File 'lib/eBay.rb', line 5640 def pagination @pagination end |
#version ⇒ Object
Returns the value of attribute version.
5628 5629 5630 |
# File 'lib/eBay.rb', line 5628 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
5633 5634 5635 |
# File 'lib/eBay.rb', line 5633 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
5642 5643 5644 |
# File 'lib/eBay.rb', line 5642 def set_any(elements) @__xmlele_any = elements end |