Class: Virtuozzo::SOAP::Drivers::Up2date::IntervalType

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

Overview

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

start_time - (any)
end_time - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of IntervalType.



1216
1217
1218
1219
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 1216

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.



1214
1215
1216
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 1214

def end_time
  @end_time
end

#start_timeObject

Returns the value of attribute start_time.



1213
1214
1215
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 1213

def start_time
  @start_time
end