Class: Virtuozzo::SOAP::Types::Servicem::Perf_dataType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Servicem::Perf_dataType
- Defined in:
- lib/virtuozzo/soap/types/servicem.rb
Overview
Defined Under Namespace
Classes: C_Class
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#interval ⇒ Object
Returns the value of attribute interval.
Instance Method Summary collapse
-
#initialize(eid = nil, v_class = [], interval = nil) ⇒ Perf_dataType
constructor
A new instance of Perf_dataType.
- #m_class ⇒ Object
- #m_class=(value) ⇒ Object
Constructor Details
#initialize(eid = nil, v_class = [], interval = nil) ⇒ Perf_dataType
Returns a new instance of Perf_dataType.
1569 1570 1571 1572 1573 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1569 def initialize(eid = nil, v_class = [], interval = nil) @eid = eid @v_class = v_class @interval = interval end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
1558 1559 1560 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1558 def eid @eid end |
#interval ⇒ Object
Returns the value of attribute interval.
1559 1560 1561 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1559 def interval @interval end |
Instance Method Details
#m_class ⇒ Object
1561 1562 1563 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1561 def m_class @v_class end |
#m_class=(value) ⇒ Object
1565 1566 1567 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1565 def m_class=(value) @v_class = value end |