Class: Virtuozzo::SOAP::Types::Userm::Perf_dataType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Userm::Perf_dataType
- Defined in:
- lib/virtuozzo/soap/types/userm.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.
1498 1499 1500 1501 1502 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1498 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.
1487 1488 1489 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1487 def eid @eid end |
#interval ⇒ Object
Returns the value of attribute interval.
1488 1489 1490 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1488 def interval @interval end |
Instance Method Details
#m_class ⇒ Object
1490 1491 1492 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1490 def m_class @v_class end |
#m_class=(value) ⇒ Object
1494 1495 1496 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1494 def m_class=(value) @v_class = value end |