Class: Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
Defined Under Namespace
Classes: Check_period
Instance Attribute Summary collapse
-
#autoreboot ⇒ Object
Returns the value of attribute autoreboot.
-
#check_period ⇒ Object
Returns the value of attribute check_period.
-
#disabled ⇒ Object
Returns the value of attribute disabled.
-
#hour ⇒ Object
Returns the value of attribute hour.
Instance Method Summary collapse
-
#initialize(autoreboot = nil, check_period = nil, hour = nil, disabled = nil) ⇒ Service
constructor
A new instance of Service.
Constructor Details
#initialize(autoreboot = nil, check_period = nil, hour = nil, disabled = nil) ⇒ Service
Returns a new instance of Service.
119 120 121 122 123 124 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 119 def initialize(autoreboot = nil, check_period = nil, hour = nil, disabled = nil) @autoreboot = autoreboot @check_period = check_period @hour = hour @disabled = disabled end |
Instance Attribute Details
#autoreboot ⇒ Object
Returns the value of attribute autoreboot.
114 115 116 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 114 def autoreboot @autoreboot end |
#check_period ⇒ Object
Returns the value of attribute check_period.
115 116 117 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 115 def check_period @check_period end |
#disabled ⇒ Object
Returns the value of attribute disabled.
117 118 119 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 117 def disabled @disabled end |
#hour ⇒ Object
Returns the value of attribute hour.
116 117 118 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 116 def hour @hour end |