Class: EBay::MaximumBuyerPolicyViolationsType
- Inherits:
-
Object
- Object
- EBay::MaximumBuyerPolicyViolationsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMaximumBuyerPolicyViolationsType
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) ⇒ MaximumBuyerPolicyViolationsType
constructor
A new instance of MaximumBuyerPolicyViolationsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26814 26815 26816 |
# File 'lib/eBay.rb', line 26814 def __xmlele_any @__xmlele_any end |
#count ⇒ Object
Returns the value of attribute count.
26812 26813 26814 |
# File 'lib/eBay.rb', line 26812 def count @count end |
#period ⇒ Object
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 |