Class: EBay::GetDisputeRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetDisputeRequestType

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
disputeID - (any)

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, disputeID = nil) ⇒ GetDisputeRequestType

Returns a new instance of GetDisputeRequestType.



2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/eBay.rb', line 2704

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, disputeID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @disputeID = disputeID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2697
2698
2699
# File 'lib/eBay.rb', line 2697

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2696
2697
2698
# File 'lib/eBay.rb', line 2696

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2687
2688
2689
# File 'lib/eBay.rb', line 2687

def detailLevel
  @detailLevel
end

#disputeIDObject

Returns the value of attribute disputeID.



2698
2699
2700
# File 'lib/eBay.rb', line 2698

def disputeID
  @disputeID
end

#endUserIPObject

Returns the value of attribute endUserIP.



2691
2692
2693
# File 'lib/eBay.rb', line 2691

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2692
2693
2694
# File 'lib/eBay.rb', line 2692

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2688
2689
2690
# File 'lib/eBay.rb', line 2688

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2693
2694
2695
# File 'lib/eBay.rb', line 2693

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2689
2690
2691
# File 'lib/eBay.rb', line 2689

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2694
2695
2696
# File 'lib/eBay.rb', line 2694

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



2690
2691
2692
# File 'lib/eBay.rb', line 2690

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2695
2696
2697
# File 'lib/eBay.rb', line 2695

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2700
2701
2702
# File 'lib/eBay.rb', line 2700

def set_any(elements)
  @__xmlele_any = elements
end