Class: Virtuozzo::SOAP::Drivers::Relocator::Move
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Relocator::Move
- Defined in:
- lib/virtuozzo/soap/drivers/relocator/types.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.
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
#config ⇒ Object
Returns the value of attribute config.
2840 2841 2842 |
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2840 def config @config end |
#eid ⇒ Object
Returns the value of attribute eid.
2839 2840 2841 |
# File 'lib/virtuozzo/soap/drivers/relocator/types.rb', line 2839 def eid @eid end |