Class: Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#autorebootObject

Returns the value of attribute autoreboot.



114
115
116
# File 'lib/virtuozzo/soap/types/up2date.rb', line 114

def autoreboot
  @autoreboot
end

#check_periodObject

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

#disabledObject

Returns the value of attribute disabled.



117
118
119
# File 'lib/virtuozzo/soap/types/up2date.rb', line 117

def disabled
  @disabled
end

#hourObject

Returns the value of attribute hour.



116
117
118
# File 'lib/virtuozzo/soap/types/up2date.rb', line 116

def hour
  @hour
end