Class: Virtuozzo::SOAP::Drivers::Template::Migrate::Options
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Template::Migrate::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
policy - Virtuozzo::SOAP::Drivers::Template::Migrate::Options::Policy
Defined Under Namespace
Classes: Policy
Instance Attribute Summary collapse
-
#policy ⇒ Object
Returns the value of attribute policy.
Instance Method Summary collapse
-
#initialize(policy = nil) ⇒ Options
constructor
A new instance of Options.
Constructor Details
#initialize(policy = nil) ⇒ Options
Returns a new instance of Options.
2984 2985 2986 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2984 def initialize(policy = nil) @policy = policy end |
Instance Attribute Details
#policy ⇒ Object
Returns the value of attribute policy.
2982 2983 2984 |
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2982 def policy @policy end |