Class: Virtuozzo::SOAP::Types::Up2date::Product::Install

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/up2date.rb

Overview

inner class for member: install http://www.swsoft.com/webservices/vza/4.0.0/vzaup2dateinstall

manual - (any)
automatic - (any)
disabled - (any)
auto_download - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(manual = nil, automatic = nil, disabled = nil, auto_download = nil) ⇒ Install

Returns a new instance of Install.



2485
2486
2487
2488
2489
2490
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2485

def initialize(manual = nil, automatic = nil, disabled = nil, auto_download = nil)
  @manual = manual
  @automatic = automatic
  @disabled = disabled
  @auto_download = auto_download
end

Instance Attribute Details

#auto_downloadObject

Returns the value of attribute auto_download.



2483
2484
2485
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2483

def auto_download
  @auto_download
end

#automaticObject

Returns the value of attribute automatic.



2481
2482
2483
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2481

def automatic
  @automatic
end

#disabledObject

Returns the value of attribute disabled.



2482
2483
2484
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2482

def disabled
  @disabled
end

#manualObject

Returns the value of attribute manual.



2480
2481
2482
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2480

def manual
  @manual
end