Class: Virtuozzo::SOAP::Types::Relocator::Clone
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Relocator::Clone
- Defined in:
- lib/virtuozzo/soap/types/relocator.rb
Overview
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(eid = nil, count = nil, options = nil) ⇒ Clone
constructor
A new instance of Clone.
Constructor Details
#initialize(eid = nil, count = nil, options = nil) ⇒ Clone
Returns a new instance of Clone.
2861 2862 2863 2864 2865 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2861 def initialize(eid = nil, count = nil, = nil) @eid = eid @count = count @options = end |
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
2858 2859 2860 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2858 def count @count end |
#eid ⇒ Object
Returns the value of attribute eid.
2857 2858 2859 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2857 def eid @eid end |
#options ⇒ Object
Returns the value of attribute options.
2859 2860 2861 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2859 def @options end |