Class: EBay::SellerReverseDisputeRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellerReverseDisputeRequestType

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)
disputeResolutionReason - EBay::DisputeResolutionReasonCodeType

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, disputeResolutionReason = nil) ⇒ SellerReverseDisputeRequestType

Returns a new instance of SellerReverseDisputeRequestType.



7359
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
# File 'lib/eBay.rb', line 7359

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, disputeID = nil, disputeResolutionReason = 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
  @disputeResolutionReason = disputeResolutionReason
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7351
7352
7353
# File 'lib/eBay.rb', line 7351

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



7350
7351
7352
# File 'lib/eBay.rb', line 7350

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



7341
7342
7343
# File 'lib/eBay.rb', line 7341

def detailLevel
  @detailLevel
end

#disputeIDObject

Returns the value of attribute disputeID.



7352
7353
7354
# File 'lib/eBay.rb', line 7352

def disputeID
  @disputeID
end

#disputeResolutionReasonObject

Returns the value of attribute disputeResolutionReason.



7353
7354
7355
# File 'lib/eBay.rb', line 7353

def disputeResolutionReason
  @disputeResolutionReason
end

#endUserIPObject

Returns the value of attribute endUserIP.



7345
7346
7347
# File 'lib/eBay.rb', line 7345

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7346
7347
7348
# File 'lib/eBay.rb', line 7346

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7342
7343
7344
# File 'lib/eBay.rb', line 7342

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7347
7348
7349
# File 'lib/eBay.rb', line 7347

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7343
7344
7345
# File 'lib/eBay.rb', line 7343

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



7348
7349
7350
# File 'lib/eBay.rb', line 7348

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



7344
7345
7346
# File 'lib/eBay.rb', line 7344

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



7349
7350
7351
# File 'lib/eBay.rb', line 7349

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



7355
7356
7357
# File 'lib/eBay.rb', line 7355

def set_any(elements)
  @__xmlele_any = elements
end