Class: Virtuozzo::SOAP::Types::Up2date::IntervalType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::IntervalType
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesintervalType
start_time - (any)
end_time - (any)
Instance Attribute Summary collapse
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Method Summary collapse
-
#initialize(start_time = nil, end_time = nil) ⇒ IntervalType
constructor
A new instance of IntervalType.
Constructor Details
#initialize(start_time = nil, end_time = nil) ⇒ IntervalType
Returns a new instance of IntervalType.
1229 1230 1231 1232 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1229 def initialize(start_time = nil, end_time = nil) @start_time = start_time @end_time = end_time end |
Instance Attribute Details
#end_time ⇒ Object
Returns the value of attribute end_time.
1227 1228 1229 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1227 def end_time @end_time end |
#start_time ⇒ Object
Returns the value of attribute start_time.
1226 1227 1228 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1226 def start_time @start_time end |