Class: GetDisputeRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetDisputeRequestType

Constant Summary collapse

@@schema_type =
"GetDisputeRequestType"
@@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")]],
  ["disputeID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisputeID")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, disputeID = nil) ⇒ GetDisputeRequestType

Returns a new instance of GetDisputeRequestType.



3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
# File 'lib/eBay.rb', line 3548

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3541
3542
3543
# File 'lib/eBay.rb', line 3541

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



3534
3535
3536
# File 'lib/eBay.rb', line 3534

def detailLevel
  @detailLevel
end

#disputeIDObject

Returns the value of attribute disputeID.



3542
3543
3544
# File 'lib/eBay.rb', line 3542

def disputeID
  @disputeID
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3538
3539
3540
# File 'lib/eBay.rb', line 3538

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3535
3536
3537
# File 'lib/eBay.rb', line 3535

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3539
3540
3541
# File 'lib/eBay.rb', line 3539

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3536
3537
3538
# File 'lib/eBay.rb', line 3536

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



3537
3538
3539
# File 'lib/eBay.rb', line 3537

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3540
3541
3542
# File 'lib/eBay.rb', line 3540

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3544
3545
3546
# File 'lib/eBay.rb', line 3544

def set_any(elements)
  @__xmlele_any = elements
end