Class: Virtuozzo::SOAP::Types::Relocator::Migrate_p2vResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil) ⇒ Migrate_p2vResponse

Returns a new instance of Migrate_p2vResponse.



2873
2874
2875
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2873

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

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



2871
2872
2873
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2871

def eid
  @eid
end