Class: Virtuozzo::SOAP::Types::Envm::Upgrade::Options
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Upgrade::Options
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
inner class for member: options http://www.swsoft.com/webservices/vza/4.0.0/vzaenvmoptions
force - (any)
Instance Attribute Summary collapse
-
#force ⇒ Object
Returns the value of attribute force.
Instance Method Summary collapse
-
#initialize(force = nil) ⇒ Options
constructor
A new instance of Options.
Constructor Details
#initialize(force = nil) ⇒ Options
Returns a new instance of Options.
2847 2848 2849 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2847 def initialize(force = nil) @force = force end |
Instance Attribute Details
#force ⇒ Object
Returns the value of attribute force.
2845 2846 2847 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 2845 def force @force end |