Class: Virtuozzo::SOAP::Types::Envm::Perf_dataType::C_Class

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

Overview

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

name - SOAP::SOAPString
instance - Virtuozzo::SOAP::Types::Envm::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.



1963
1964
1965
1966
# File 'lib/virtuozzo/soap/types/envm.rb', line 1963

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

Instance Attribute Details

#instanceObject

Returns the value of attribute instance.



1961
1962
1963
# File 'lib/virtuozzo/soap/types/envm.rb', line 1961

def instance
  @instance
end

#nameObject

Returns the value of attribute name.



1960
1961
1962
# File 'lib/virtuozzo/soap/types/envm.rb', line 1960

def name
  @name
end