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
inner class for member: service http://www.swsoft.com/webservices/vza/4.0.0/vzaup2dateservice
autoreboot - (any)
check_period - Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Service::Check_period
hour - SOAP::SOAPInt
disabled - (any)
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
permalink #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
permalink #autoreboot ⇒ Object
Returns the value of attribute autoreboot.
114 115 116 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 114 def autoreboot @autoreboot end |
permalink #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 |
permalink #disabled ⇒ Object
Returns the value of attribute disabled.
117 118 119 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 117 def disabled @disabled end |
permalink #hour ⇒ Object
Returns the value of attribute hour.
116 117 118 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 116 def hour @hour end |