Class: SchedulingInfoType
- Inherits:
-
Object
- Object
- SchedulingInfoType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSchedulingInfoType
Constant Summary collapse
- @@schema_type =
"SchedulingInfoType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["maxScheduledMinutes", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MaxScheduledMinutes")]], ["minScheduledMinutes", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MinScheduledMinutes")]], ["maxScheduledItems", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MaxScheduledItems")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
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.
21754 21755 21756 21757 21758 21759 |
# File 'lib/eBay.rb', line 21754 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.
21748 21749 21750 |
# File 'lib/eBay.rb', line 21748 def __xmlele_any @__xmlele_any end |
#maxScheduledItems ⇒ Object
Returns the value of attribute maxScheduledItems.
21747 21748 21749 |
# File 'lib/eBay.rb', line 21747 def maxScheduledItems @maxScheduledItems end |
#maxScheduledMinutes ⇒ Object
Returns the value of attribute maxScheduledMinutes.
21745 21746 21747 |
# File 'lib/eBay.rb', line 21745 def maxScheduledMinutes @maxScheduledMinutes end |
#minScheduledMinutes ⇒ Object
Returns the value of attribute minScheduledMinutes.
21746 21747 21748 |
# File 'lib/eBay.rb', line 21746 def minScheduledMinutes @minScheduledMinutes end |
Instance Method Details
#set_any(elements) ⇒ Object
21750 21751 21752 |
# File 'lib/eBay.rb', line 21750 def set_any(elements) @__xmlele_any = elements end |