Class: Virtuozzo::SOAP::Types::Packagem::Migrate::Options

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

Overview

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

policy - Virtuozzo::SOAP::Types::Packagem::Migrate::Options::Policy

Defined Under Namespace

Classes: Policy

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(policy = nil) ⇒ Options

Returns a new instance of Options.



2991
2992
2993
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2991

def initialize(policy = nil)
  @policy = policy
end

Instance Attribute Details

#policyObject

Returns the value of attribute policy.



2989
2990
2991
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2989

def policy
  @policy
end