Class: Virtuozzo::SOAP::Types::Envm::IntervalType

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



687
688
689
690
# File 'lib/virtuozzo/soap/types/envm.rb', line 687

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.



685
686
687
# File 'lib/virtuozzo/soap/types/envm.rb', line 685

def end_time
  @end_time
end

#start_timeObject

Returns the value of attribute start_time.



684
685
686
# File 'lib/virtuozzo/soap/types/envm.rb', line 684

def start_time
  @start_time
end