Class: Virtuozzo::SOAP::Drivers::Relocator::Migrate_p2vResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Relocator::Migrate_p2vResponse
- Defined in:
- lib/virtuozzo/soap/drivers/relocator/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/relocatormigrate_p2vResponse
eid - (any)
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
Instance Method Summary collapse
-
#initialize(eid = nil) ⇒ Migrate_p2vResponse
constructor
A new instance of Migrate_p2vResponse.
Constructor Details
#initialize(eid = nil) ⇒ Migrate_p2vResponse
Returns a new instance of Migrate_p2vResponse.
2869 2870 2871 |
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2869 def initialize(eid = nil) @eid = eid end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2867 2868 2869 |
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2867 def eid @eid end |