Class: EBay::GetUserDisputesRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetUserDisputesRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - 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

Instance Method Summary collapse

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, 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)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5635
5636
5637
# File 'lib/eBay.rb', line 5635

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5634
5635
5636
# File 'lib/eBay.rb', line 5634

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5625
5626
5627
# File 'lib/eBay.rb', line 5625

def detailLevel
  @detailLevel
end

#disputeFilterTypeObject

Returns the value of attribute disputeFilterType.



5636
5637
5638
# File 'lib/eBay.rb', line 5636

def disputeFilterType
  @disputeFilterType
end

#disputeSortTypeObject

Returns the value of attribute disputeSortType.



5637
5638
5639
# File 'lib/eBay.rb', line 5637

def disputeSortType
  @disputeSortType
end

#endUserIPObject

Returns the value of attribute endUserIP.



5629
5630
5631
# File 'lib/eBay.rb', line 5629

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5630
5631
5632
# File 'lib/eBay.rb', line 5630

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5626
5627
5628
# File 'lib/eBay.rb', line 5626

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5631
5632
5633
# File 'lib/eBay.rb', line 5631

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5627
5628
5629
# File 'lib/eBay.rb', line 5627

def messageID
  @messageID
end

#modTimeFromObject

Returns the value of attribute modTimeFrom.



5638
5639
5640
# File 'lib/eBay.rb', line 5638

def modTimeFrom
  @modTimeFrom
end

#modTimeToObject

Returns the value of attribute modTimeTo.



5639
5640
5641
# File 'lib/eBay.rb', line 5639

def modTimeTo
  @modTimeTo
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5632
5633
5634
# File 'lib/eBay.rb', line 5632

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



5640
5641
5642
# File 'lib/eBay.rb', line 5640

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



5628
5629
5630
# File 'lib/eBay.rb', line 5628

def version
  @version
end

#warningLevelObject

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