Class: Virtuozzo::SOAP::Drivers::Up2date::Product::Install
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Up2date::Product::Install
- Defined in:
- lib/virtuozzo/soap/drivers/up2date/types.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
-
#auto_download ⇒ Object
Returns the value of attribute auto_download.
-
#automatic ⇒ Object
Returns the value of attribute automatic.
-
#disabled ⇒ Object
Returns the value of attribute disabled.
-
#manual ⇒ Object
Returns the value of attribute manual.
Instance Method Summary collapse
-
#initialize(manual = nil, automatic = nil, disabled = nil, auto_download = nil) ⇒ Install
constructor
A new instance of Install.
Constructor Details
#initialize(manual = nil, automatic = nil, disabled = nil, auto_download = nil) ⇒ Install
Returns a new instance of Install.
2483 2484 2485 2486 2487 2488 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2483 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_download ⇒ Object
Returns the value of attribute auto_download.
2481 2482 2483 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2481 def auto_download @auto_download end |
#automatic ⇒ Object
Returns the value of attribute automatic.
2479 2480 2481 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2479 def automatic @automatic end |
#disabled ⇒ Object
Returns the value of attribute disabled.
2480 2481 2482 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2480 def disabled @disabled end |
#manual ⇒ Object
Returns the value of attribute manual.
2478 2479 2480 |
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2478 def manual @manual end |