Class: Virtuozzo::SOAP::Types::Scheduler::Daily_triggerType

Inherits:
TriggerType
  • Object
show all
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

Instance Method Summary collapse

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_intervalObject

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_timeObject

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_timeObject

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

#weekendsObject

Returns the value of attribute weekends.



88
89
90
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 88

def weekends
  @weekends
end

#workdaysObject

Returns the value of attribute workdays.



87
88
89
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 87

def workdays
  @workdays
end