Class: Virtuozzo::SOAP::Types::Relocator::Move
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Relocator::Move
- Defined in:
- lib/virtuozzo/soap/types/relocator.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/relocatormove
eid - (any)
config - Virtuozzo::SOAP::Drivers::Relocator::Env_configType
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#eid ⇒ Object
Returns the value of attribute eid.
Instance Method Summary collapse
-
#initialize(eid = nil, config = nil) ⇒ Move
constructor
A new instance of Move.
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
#config ⇒ Object
Returns the value of attribute config.
2844 2845 2846 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2844 def config @config end |
#eid ⇒ Object
Returns the value of attribute eid.
2843 2844 2845 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2843 def eid @eid end |