Class: Virtuozzo::SOAP::Types::Scheduler::Monthly_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_triggerType

start_time - (any)
end_time - (any)
day_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_month = [], month_of_year = []) ⇒ Monthly_triggerType

Returns a new instance of Monthly_triggerType.



129
130
131
132
133
134
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 129

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

Instance Attribute Details

#day_of_monthObject

Returns the value of attribute day_of_month.



126
127
128
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 126

def day_of_month
  @day_of_month
end

#end_timeObject

Returns the value of attribute end_time.



125
126
127
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 125

def end_time
  @end_time
end

#month_of_yearObject

Returns the value of attribute month_of_year.



127
128
129
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 127

def month_of_year
  @month_of_year
end

#start_timeObject

Returns the value of attribute start_time.



124
125
126
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 124

def start_time
  @start_time
end