Class: Virtuozzo::SOAP::Types::Packagem::Migrate::Options
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::Migrate::Options
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
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.
2991 2992 2993 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2991 def initialize(policy = nil) @policy = policy end |
Instance Attribute Details
#policy ⇒ Object
Returns the value of attribute policy.
2989 2990 2991 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2989 def policy @policy end |