Class: Virtuozzo::SOAP::Types::Scheduler::Monthly_day_of_week_triggerType

Inherits:
TriggerType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/scheduler.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/schedulermonthly_day_of_week_triggerType

start_time - (any)
end_time - (any)
day_of_week - (any)
weekday_of_month - (any)
month_of_year - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(start_time = nil, end_time = nil, day_of_week = [], weekday_of_month = [], month_of_year = []) ⇒ Monthly_day_of_week_triggerType

Returns a new instance of Monthly_day_of_week_triggerType.



150
151
152
153
154
155
156
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 150

def initialize(start_time = nil, end_time = nil, day_of_week = [], weekday_of_month = [], month_of_year = [])
  @start_time = start_time
  @end_time = end_time
  @day_of_week = day_of_week
  @weekday_of_month = weekday_of_month
  @month_of_year = month_of_year
end

Instance Attribute Details

#day_of_weekObject

Returns the value of attribute day_of_week.



146
147
148
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 146

def day_of_week
  @day_of_week
end

#end_timeObject

Returns the value of attribute end_time.



145
146
147
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 145

def end_time
  @end_time
end

#month_of_yearObject

Returns the value of attribute month_of_year.



148
149
150
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 148

def month_of_year
  @month_of_year
end

#start_timeObject

Returns the value of attribute start_time.



144
145
146
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 144

def start_time
  @start_time
end

#weekday_of_monthObject

Returns the value of attribute weekday_of_month.



147
148
149
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 147

def weekday_of_month
  @weekday_of_month
end