Class: Virtuozzo::SOAP::Drivers::Template::Remove::Options
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Template::Remove::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.
2832 2833 2834 2835 2836 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2832 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.
2828 2829 2830 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2828 def check @check end |
#dependencies ⇒ Object
Returns the value of attribute dependencies.
2830 2831 2832 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2830 def dependencies @dependencies end |
#force ⇒ Object
Returns the value of attribute force.
2829 2830 2831 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2829 def force @force end |