Class: Virtuozzo::SOAP::Drivers::Relocator::Move

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, config = nil) ⇒ Move

Returns a new instance of Move.



2842
2843
2844
2845
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2842

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

Instance Attribute Details

#configObject

Returns the value of attribute config.



2840
2841
2842
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2840

def config
  @config
end

#eidObject

Returns the value of attribute eid.



2839
2840
2841
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2839

def eid
  @eid
end