Class: Virtuozzo::SOAP::Types::Relocator::IntervalType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/relocator.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.



1089
1090
1091
1092
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1089

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.



1087
1088
1089
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1087

def end_time
  @end_time
end

#start_timeObject

Returns the value of attribute start_time.



1086
1087
1088
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1086

def start_time
  @start_time
end