Class: EBay::SchedulingInfoType
- Inherits:
-
Object
- Object
- EBay::SchedulingInfoType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSchedulingInfoType
maxScheduledMinutes - SOAP::SOAPInt
minScheduledMinutes - SOAP::SOAPInt
maxScheduledItems - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#maxScheduledItems ⇒ Object
Returns the value of attribute maxScheduledItems.
-
#maxScheduledMinutes ⇒ Object
Returns the value of attribute maxScheduledMinutes.
-
#minScheduledMinutes ⇒ Object
Returns the value of attribute minScheduledMinutes.
Instance Method Summary collapse
-
#initialize(maxScheduledMinutes = nil, minScheduledMinutes = nil, maxScheduledItems = nil) ⇒ SchedulingInfoType
constructor
A new instance of SchedulingInfoType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(maxScheduledMinutes = nil, minScheduledMinutes = nil, maxScheduledItems = nil) ⇒ SchedulingInfoType
Returns a new instance of SchedulingInfoType.
30846 30847 30848 30849 30850 30851 |
# File 'lib/eBay.rb', line 30846 def initialize(maxScheduledMinutes = nil, minScheduledMinutes = nil, maxScheduledItems = nil) @maxScheduledMinutes = maxScheduledMinutes @minScheduledMinutes = minScheduledMinutes @maxScheduledItems = maxScheduledItems @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30840 30841 30842 |
# File 'lib/eBay.rb', line 30840 def __xmlele_any @__xmlele_any end |
#maxScheduledItems ⇒ Object
Returns the value of attribute maxScheduledItems.
30839 30840 30841 |
# File 'lib/eBay.rb', line 30839 def maxScheduledItems @maxScheduledItems end |
#maxScheduledMinutes ⇒ Object
Returns the value of attribute maxScheduledMinutes.
30837 30838 30839 |
# File 'lib/eBay.rb', line 30837 def maxScheduledMinutes @maxScheduledMinutes end |
#minScheduledMinutes ⇒ Object
Returns the value of attribute minScheduledMinutes.
30838 30839 30840 |
# File 'lib/eBay.rb', line 30838 def minScheduledMinutes @minScheduledMinutes end |
Instance Method Details
#set_any(elements) ⇒ Object
30842 30843 30844 |
# File 'lib/eBay.rb', line 30842 def set_any(elements) @__xmlele_any = elements end |