Class: Virtuozzo::SOAP::Drivers::Relocator::Migrate_p2v
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Relocator::Migrate_p2v
- Defined in:
- lib/virtuozzo/soap/drivers/relocator/types.rb
Overview
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#src ⇒ Object
Returns the value of attribute src.
Instance Method Summary collapse
-
#initialize(options = nil, src = nil) ⇒ Migrate_p2v
constructor
A new instance of Migrate_p2v.
Constructor Details
#initialize(options = nil, src = nil) ⇒ Migrate_p2v
Returns a new instance of Migrate_p2v.
2790 2791 2792 2793 |
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2790 def initialize( = nil, src = nil) @options = @src = src end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
2787 2788 2789 |
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2787 def @options end |
#src ⇒ Object
Returns the value of attribute src.
2788 2789 2790 |
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2788 def src @src end |