Class: Virtuozzo::SOAP::Types::Filer::Perf_dataType::C_Class

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

Overview

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

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



1589
1590
1591
1592
# File 'lib/virtuozzo/soap/types/filer.rb', line 1589

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

Instance Attribute Details

#instanceObject

Returns the value of attribute instance.



1587
1588
1589
# File 'lib/virtuozzo/soap/types/filer.rb', line 1587

def instance
  @instance
end

#nameObject

Returns the value of attribute name.



1586
1587
1588
# File 'lib/virtuozzo/soap/types/filer.rb', line 1586

def name
  @name
end