Class: Virtuozzo::SOAP::Types::Scheduler::Weekly_triggerType

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

Instance Method Summary collapse

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_weekObject

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_timeObject

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_timeObject

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_intervalObject

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