Class: Virtuozzo::SOAP::Drivers::Relocator::Clone

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, count = nil, options = nil) ⇒ Clone

Returns a new instance of Clone.



2857
2858
2859
2860
2861
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2857

def initialize(eid = nil, count = nil, options = nil)
  @eid = eid
  @count = count
  @options = options
end

Instance Attribute Details

#countObject

Returns the value of attribute count.



2854
2855
2856
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2854

def count
  @count
end

#eidObject

Returns the value of attribute eid.



2853
2854
2855
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2853

def eid
  @eid
end

#optionsObject

Returns the value of attribute options.



2855
2856
2857
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2855

def options
  @options
end