Class: Virtuozzo::SOAP::Drivers::Template::Update::Options
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Template::Update::Options
- 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
-
#check ⇒ Object
Returns the value of attribute check.
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#force ⇒ Object
Returns the value of attribute force.
Instance Method Summary collapse
-
#initialize(check = nil, force = nil, dependencies = nil) ⇒ Options
constructor
A new instance of Options.
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
#check ⇒ Object
Returns the value of attribute check.
2876 2877 2878 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2876 def check @check end |
#dependencies ⇒ Object
Returns the value of attribute dependencies.
2878 2879 2880 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2878 def dependencies @dependencies end |
#force ⇒ Object
Returns the value of attribute force.
2877 2878 2879 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2877 def force @force end |