Class: EBay::MaximumUnpaidItemStrikesDurationDetailsType
- Inherits:
-
Object
- Object
- EBay::MaximumUnpaidItemStrikesDurationDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMaximumUnpaidItemStrikesDurationDetailsType
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) ⇒ MaximumUnpaidItemStrikesDurationDetailsType
constructor
A new instance of MaximumUnpaidItemStrikesDurationDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(period = nil, description = nil) ⇒ MaximumUnpaidItemStrikesDurationDetailsType
Returns a new instance of MaximumUnpaidItemStrikesDurationDetailsType.
26887 26888 26889 26890 26891 |
# File 'lib/eBay.rb', line 26887 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.
26881 26882 26883 |
# File 'lib/eBay.rb', line 26881 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
26880 26881 26882 |
# File 'lib/eBay.rb', line 26880 def description @description end |
#period ⇒ Object
Returns the value of attribute period.
26879 26880 26881 |
# File 'lib/eBay.rb', line 26879 def period @period end |
Instance Method Details
#set_any(elements) ⇒ Object
26883 26884 26885 |
# File 'lib/eBay.rb', line 26883 def set_any(elements) @__xmlele_any = elements end |