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

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

Overview

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

name - SOAP::SOAPString
counter - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, counter = []) ⇒ Instance

Returns a new instance of Instance.



21
22
23
24
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 21

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

Instance Attribute Details

#counterObject

Returns the value of attribute counter.



19
20
21
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 19

def counter
  @counter
end

#nameObject

Returns the value of attribute name.



18
19
20
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 18

def name
  @name
end