Class: Virtuozzo::SOAP::Types::PerfMon::ClassType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::PerfMon::ClassType
- Defined in:
- lib/virtuozzo/soap/types/perf_mon.rb
Overview
Defined Under Namespace
Classes: Instance
Instance Attribute Summary collapse
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, instance = []) ⇒ ClassType
constructor
A new instance of ClassType.
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
#instance ⇒ Object
Returns the value of attribute instance.
28 29 30 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 28 def instance @instance end |
#name ⇒ Object
Returns the value of attribute name.
27 28 29 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 27 def name @name end |