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.



13417
13418
13419
13420
13421
# File 'lib/eBay.rb', line 13417

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.



13411
13412
13413
# File 'lib/eBay.rb', line 13411

def __xmlele_any
  @__xmlele_any
end

#disputeFilterTypeObject

Returns the value of attribute disputeFilterType.



13409
13410
13411
# File 'lib/eBay.rb', line 13409

def disputeFilterType
  @disputeFilterType
end

#totalAvailableObject

Returns the value of attribute totalAvailable.



13410
13411
13412
# File 'lib/eBay.rb', line 13410

def totalAvailable
  @totalAvailable
end

Instance Method Details

#set_any(elements) ⇒ Object



13413
13414
13415
# File 'lib/eBay.rb', line 13413

def set_any(elements)
  @__xmlele_any = elements
end