Class: EBay::MaximumUnpaidItemStrikesInfoType

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

Overview

urn:ebay:apis:eBLBaseComponentsMaximumUnpaidItemStrikesInfoType

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MaximumUnpaidItemStrikesInfoType.



26925
26926
26927
26928
26929
# File 'lib/eBay.rb', line 26925

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.



26919
26920
26921
# File 'lib/eBay.rb', line 26919

def __xmlele_any
  @__xmlele_any
end

#countObject

Returns the value of attribute count.



26917
26918
26919
# File 'lib/eBay.rb', line 26917

def count
  @count
end

#periodObject

Returns the value of attribute period.



26918
26919
26920
# File 'lib/eBay.rb', line 26918

def period
  @period
end

Instance Method Details

#set_any(elements) ⇒ Object



26921
26922
26923
# File 'lib/eBay.rb', line 26921

def set_any(elements)
  @__xmlele_any = elements
end