Class: Virtuozzo::SOAP::Types::Scheduler::TriggerType

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

Overview

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

start_time - (any)
end_time - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(start_time = nil, end_time = nil) ⇒ TriggerType

Returns a new instance of TriggerType.



58
59
60
61
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 58

def initialize(start_time = nil, end_time = nil)
  @start_time = start_time
  @end_time = end_time
end

Instance Attribute Details

#end_timeObject

Returns the value of attribute end_time.



56
57
58
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 56

def end_time
  @end_time
end

#start_timeObject

Returns the value of attribute start_time.



55
56
57
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 55

def start_time
  @start_time
end