Class: Virtuozzo::SOAP::Drivers::Template::Update::Options

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

Overview

inner class for member: options http://www.swsoft.com/webservices/vzl/4.0.0/packagemoptions

check - (any)
force - (any)
dependencies - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(check = nil, force = nil, dependencies = nil) ⇒ Options

Returns a new instance of Options.



2880
2881
2882
2883
2884
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2880

def initialize(check = nil, force = nil, dependencies = nil)
  @check = check
  @force = force
  @dependencies = dependencies
end

Instance Attribute Details

#checkObject

Returns the value of attribute check.



2876
2877
2878
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2876

def check
  @check
end

#dependenciesObject

Returns the value of attribute dependencies.



2878
2879
2880
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2878

def dependencies
  @dependencies
end

#forceObject

Returns the value of attribute force.



2877
2878
2879
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2877

def force
  @force
end