Class: DisputeFilterCountType

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

Overview

urn:ebay:apis:eBLBaseComponentsDisputeFilterCountType

disputeFilterType - DisputeFilterTypeCodeType
totalAvailable - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DisputeFilterCountType.



15836
15837
15838
15839
15840
# File 'lib/eBay.rb', line 15836

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.



15830
15831
15832
# File 'lib/eBay.rb', line 15830

def __xmlele_any
  @__xmlele_any
end

#disputeFilterTypeObject

Returns the value of attribute disputeFilterType.



15828
15829
15830
# File 'lib/eBay.rb', line 15828

def disputeFilterType
  @disputeFilterType
end

#totalAvailableObject

Returns the value of attribute totalAvailable.



15829
15830
15831
# File 'lib/eBay.rb', line 15829

def totalAvailable
  @totalAvailable
end

Instance Method Details

#set_any(elements) ⇒ Object



15832
15833
15834
# File 'lib/eBay.rb', line 15832

def set_any(elements)
  @__xmlele_any = elements
end