Class: Virtuozzo::SOAP::Types::PerfMon::ClassType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/perf_monclassType

name - SOAP::SOAPString
instance - Virtuozzo::SOAP::Types::PerfMon::ClassType::Instance

Defined Under Namespace

Classes: Instance

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ClassType.



30
31
32
33
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 30

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

Instance Attribute Details

#instanceObject

Returns the value of attribute instance.



28
29
30
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 28

def instance
  @instance
end

#nameObject

Returns the value of attribute name.



27
28
29
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 27

def name
  @name
end