Class: DisputeFilterCountType

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

Overview

urn:ebay:apis:eBLBaseComponentsDisputeFilterCountType

Constant Summary collapse

@@schema_type =
"DisputeFilterCountType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["disputeFilterType", ["DisputeFilterTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisputeFilterType")]],
  ["totalAvailable", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalAvailable")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(disputeFilterType = nil, totalAvailable = nil) ⇒ DisputeFilterCountType

Returns a new instance of DisputeFilterCountType.



15214
15215
15216
15217
15218
# File 'lib/eBay.rb', line 15214

def initialize(disputeFilterType = nil, totalAvailable = nil)
  @disputeFilterType = disputeFilterType
  @totalAvailable = totalAvailable
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15208
15209
15210
# File 'lib/eBay.rb', line 15208

def __xmlele_any
  @__xmlele_any
end

#disputeFilterTypeObject

Returns the value of attribute disputeFilterType.



15206
15207
15208
# File 'lib/eBay.rb', line 15206

def disputeFilterType
  @disputeFilterType
end

#totalAvailableObject

Returns the value of attribute totalAvailable.



15207
15208
15209
# File 'lib/eBay.rb', line 15207

def totalAvailable
  @totalAvailable
end

Instance Method Details

#set_any(elements) ⇒ Object



15210
15211
15212
# File 'lib/eBay.rb', line 15210

def set_any(elements)
  @__xmlele_any = elements
end