Class: Virtuozzo::SOAP::Types::Relocator::Move

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, config = nil) ⇒ Move

Returns a new instance of Move.



2846
2847
2848
2849
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2846

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

Instance Attribute Details

#configObject

Returns the value of attribute config.



2844
2845
2846
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2844

def config
  @config
end

#eidObject

Returns the value of attribute eid.



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

def eid
  @eid
end