Class: Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Service

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/relocator.rb

Overview

inner class for member: service http://www.swsoft.com/webservices/vzl/4.0.0/relocatorservice

name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil) ⇒ Service

Returns a new instance of Service.



2487
2488
2489
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2487

def initialize(name = nil)
  @name = name
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



2485
2486
2487
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2485

def name
  @name
end