Class: Virtuozzo::SOAP::Types::Scheduler::Weekly_triggerType
- Inherits:
-
TriggerType
- Object
- TriggerType
- Virtuozzo::SOAP::Types::Scheduler::Weekly_triggerType
- Defined in:
- lib/virtuozzo/soap/types/scheduler.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/schedulerweekly_triggerType
start_time - (any)
end_time - (any)
weeks_interval - SOAP::SOAPInt
day_of_week - (any)
Instance Attribute Summary collapse
-
#day_of_week ⇒ Object
Returns the value of attribute day_of_week.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#weeks_interval ⇒ Object
Returns the value of attribute weeks_interval.
Instance Method Summary collapse
-
#initialize(start_time = nil, end_time = nil, weeks_interval = nil, day_of_week = []) ⇒ Weekly_triggerType
constructor
A new instance of Weekly_triggerType.
Constructor Details
#initialize(start_time = nil, end_time = nil, weeks_interval = nil, day_of_week = []) ⇒ Weekly_triggerType
Returns a new instance of Weekly_triggerType.
110 111 112 113 114 115 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 110 def initialize(start_time = nil, end_time = nil, weeks_interval = nil, day_of_week = []) @start_time = start_time @end_time = end_time @weeks_interval = weeks_interval @day_of_week = day_of_week end |
Instance Attribute Details
#day_of_week ⇒ Object
Returns the value of attribute day_of_week.
108 109 110 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 108 def day_of_week @day_of_week end |
#end_time ⇒ Object
Returns the value of attribute end_time.
106 107 108 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 106 def end_time @end_time end |
#start_time ⇒ Object
Returns the value of attribute start_time.
105 106 107 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 105 def start_time @start_time end |
#weeks_interval ⇒ Object
Returns the value of attribute weeks_interval.
107 108 109 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 107 def weeks_interval @weeks_interval end |