Class: EBay::MaximumBuyerPolicyViolationsDetailsType
- Inherits:
-
Object
- Object
- EBay::MaximumBuyerPolicyViolationsDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMaximumBuyerPolicyViolationsDetailsType
numberOfPolicyViolations - EBay::NumberOfPolicyViolationsDetailsType
policyViolationDuration - EBay::PolicyViolationDurationDetailsType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#numberOfPolicyViolations ⇒ Object
Returns the value of attribute numberOfPolicyViolations.
-
#policyViolationDuration ⇒ Object
Returns the value of attribute policyViolationDuration.
Instance Method Summary collapse
-
#initialize(numberOfPolicyViolations = nil, policyViolationDuration = []) ⇒ MaximumBuyerPolicyViolationsDetailsType
constructor
A new instance of MaximumBuyerPolicyViolationsDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(numberOfPolicyViolations = nil, policyViolationDuration = []) ⇒ MaximumBuyerPolicyViolationsDetailsType
Returns a new instance of MaximumBuyerPolicyViolationsDetailsType.
26801 26802 26803 26804 26805 |
# File 'lib/eBay.rb', line 26801 def initialize(numberOfPolicyViolations = nil, policyViolationDuration = []) @numberOfPolicyViolations = numberOfPolicyViolations @policyViolationDuration = policyViolationDuration @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26795 26796 26797 |
# File 'lib/eBay.rb', line 26795 def __xmlele_any @__xmlele_any end |
#numberOfPolicyViolations ⇒ Object
Returns the value of attribute numberOfPolicyViolations.
26793 26794 26795 |
# File 'lib/eBay.rb', line 26793 def numberOfPolicyViolations @numberOfPolicyViolations end |
#policyViolationDuration ⇒ Object
Returns the value of attribute policyViolationDuration.
26794 26795 26796 |
# File 'lib/eBay.rb', line 26794 def policyViolationDuration @policyViolationDuration end |
Instance Method Details
#set_any(elements) ⇒ Object
26797 26798 26799 |
# File 'lib/eBay.rb', line 26797 def set_any(elements) @__xmlele_any = elements end |