Class: Virtuozzo::SOAP::Types::PerfMon::ClassType::Instance
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::PerfMon::ClassType::Instance
- 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
-
#counter ⇒ Object
Returns the value of attribute counter.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, counter = []) ⇒ Instance
constructor
A new instance of Instance.
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
#counter ⇒ Object
Returns the value of attribute counter.
19 20 21 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 19 def counter @counter end |
#name ⇒ Object
Returns the value of attribute name.
18 19 20 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 18 def name @name end |