Class: EBay::MaximumUnpaidItemStrikesCountDetailsType
- Inherits:
-
Object
- Object
- EBay::MaximumUnpaidItemStrikesCountDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMaximumUnpaidItemStrikesCountDetailsType
count - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#count ⇒ Object
Returns the value of attribute count.
Instance Method Summary collapse
-
#initialize(count = []) ⇒ MaximumUnpaidItemStrikesCountDetailsType
constructor
A new instance of MaximumUnpaidItemStrikesCountDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(count = []) ⇒ MaximumUnpaidItemStrikesCountDetailsType
Returns a new instance of MaximumUnpaidItemStrikesCountDetailsType.
26869 26870 26871 26872 |
# File 'lib/eBay.rb', line 26869 def initialize(count = []) @count = count @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26863 26864 26865 |
# File 'lib/eBay.rb', line 26863 def __xmlele_any @__xmlele_any end |
#count ⇒ Object
Returns the value of attribute count.
26862 26863 26864 |
# File 'lib/eBay.rb', line 26862 def count @count end |
Instance Method Details
#set_any(elements) ⇒ Object
26865 26866 26867 |
# File 'lib/eBay.rb', line 26865 def set_any(elements) @__xmlele_any = elements end |