Class: Virtuozzo::SOAP::Types::Scheduler::Daily_triggerType
- Inherits:
-
TriggerType
- Object
- TriggerType
- Virtuozzo::SOAP::Types::Scheduler::Daily_triggerType
- Defined in:
- lib/virtuozzo/soap/types/scheduler.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/schedulerdaily_triggerType
start_time - (any)
end_time - (any)
days_interval - SOAP::SOAPInt
workdays - (any)
weekends - (any)
Instance Attribute Summary collapse
-
#days_interval ⇒ Object
Returns the value of attribute days_interval.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#weekends ⇒ Object
Returns the value of attribute weekends.
-
#workdays ⇒ Object
Returns the value of attribute workdays.
Instance Method Summary collapse
-
#initialize(start_time = nil, end_time = nil, days_interval = nil, workdays = nil, weekends = nil) ⇒ Daily_triggerType
constructor
A new instance of Daily_triggerType.
Constructor Details
#initialize(start_time = nil, end_time = nil, days_interval = nil, workdays = nil, weekends = nil) ⇒ Daily_triggerType
Returns a new instance of Daily_triggerType.
90 91 92 93 94 95 96 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 90 def initialize(start_time = nil, end_time = nil, days_interval = nil, workdays = nil, weekends = nil) @start_time = start_time @end_time = end_time @days_interval = days_interval @workdays = workdays @weekends = weekends end |
Instance Attribute Details
#days_interval ⇒ Object
Returns the value of attribute days_interval.
86 87 88 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 86 def days_interval @days_interval end |
#end_time ⇒ Object
Returns the value of attribute end_time.
85 86 87 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 85 def end_time @end_time end |
#start_time ⇒ Object
Returns the value of attribute start_time.
84 85 86 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 84 def start_time @start_time end |
#weekends ⇒ Object
Returns the value of attribute weekends.
88 89 90 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 88 def weekends @weekends end |
#workdays ⇒ Object
Returns the value of attribute workdays.
87 88 89 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 87 def workdays @workdays end |