Class: EBay::MaximumUnpaidItemStrikesInfoType
- Inherits:
-
Object
- Object
- EBay::MaximumUnpaidItemStrikesInfoType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMaximumUnpaidItemStrikesInfoType
count - SOAP::SOAPInt
period - EBay::PeriodCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#count ⇒ Object
Returns the value of attribute count.
-
#period ⇒ Object
Returns the value of attribute period.
Instance Method Summary collapse
-
#initialize(count = nil, period = nil) ⇒ MaximumUnpaidItemStrikesInfoType
constructor
A new instance of MaximumUnpaidItemStrikesInfoType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26919 26920 26921 |
# File 'lib/eBay.rb', line 26919 def __xmlele_any @__xmlele_any end |
#count ⇒ Object
Returns the value of attribute count.
26917 26918 26919 |
# File 'lib/eBay.rb', line 26917 def count @count end |
#period ⇒ Object
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 |