Class: Virtuozzo::SOAP::Types::Envm::Upgrade::Options

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#forceObject

Returns the value of attribute force.



2845
2846
2847
# File 'lib/virtuozzo/soap/types/envm.rb', line 2845

def force
  @force
end