Class: Virtuozzo::SOAP::Types::Relocator::Perf_dataType::C_Class

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

Overview

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

name - SOAP::SOAPString
instance - Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType::C_Class::Instance

Defined Under Namespace

Classes: Instance

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, instance = []) ⇒ C_Class

Returns a new instance of C_Class.



2368
2369
2370
2371
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2368

def initialize(name = nil, instance = [])
  @name = name
  @instance = instance
end

Instance Attribute Details

#instanceObject

Returns the value of attribute instance.



2366
2367
2368
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2366

def instance
  @instance
end

#nameObject

Returns the value of attribute name.



2365
2366
2367
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2365

def name
  @name
end