Class: EBay::PolicyViolationDurationDetailsType
- Inherits:
-
Object
- Object
- EBay::PolicyViolationDurationDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPolicyViolationDurationDetailsType
period - EBay::PeriodCodeType
description - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#description ⇒ Object
Returns the value of attribute description.
-
#period ⇒ Object
Returns the value of attribute period.
Instance Method Summary collapse
-
#initialize(period = nil, description = nil) ⇒ PolicyViolationDurationDetailsType
constructor
A new instance of PolicyViolationDurationDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(period = nil, description = nil) ⇒ PolicyViolationDurationDetailsType
Returns a new instance of PolicyViolationDurationDetailsType.
29058 29059 29060 29061 29062 |
# File 'lib/eBay.rb', line 29058 def initialize(period = nil, description = nil) @period = period @description = description @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29052 29053 29054 |
# File 'lib/eBay.rb', line 29052 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
29051 29052 29053 |
# File 'lib/eBay.rb', line 29051 def description @description end |
#period ⇒ Object
Returns the value of attribute period.
29050 29051 29052 |
# File 'lib/eBay.rb', line 29050 def period @period end |
Instance Method Details
#set_any(elements) ⇒ Object
29054 29055 29056 |
# File 'lib/eBay.rb', line 29054 def set_any(elements) @__xmlele_any = elements end |