Class: EBay::MaximumBuyerPolicyViolationsType

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

Overview

urn:ebay:apis:eBLBaseComponentsMaximumBuyerPolicyViolationsType

count - SOAP::SOAPInt
period - EBay::PeriodCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(count = nil, period = nil) ⇒ MaximumBuyerPolicyViolationsType

Returns a new instance of MaximumBuyerPolicyViolationsType.



26820
26821
26822
26823
26824
# File 'lib/eBay.rb', line 26820

def initialize(count = nil, period = nil)
  @count = count
  @period = period
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



26814
26815
26816
# File 'lib/eBay.rb', line 26814

def __xmlele_any
  @__xmlele_any
end

#countObject

Returns the value of attribute count.



26812
26813
26814
# File 'lib/eBay.rb', line 26812

def count
  @count
end

#periodObject

Returns the value of attribute period.



26813
26814
26815
# File 'lib/eBay.rb', line 26813

def period
  @period
end

Instance Method Details

#set_any(elements) ⇒ Object



26816
26817
26818
# File 'lib/eBay.rb', line 26816

def set_any(elements)
  @__xmlele_any = elements
end