Class: Virtuozzo::SOAP::Types::Scheduler::Perf_dataType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Scheduler::Perf_dataType
- Defined in:
- lib/virtuozzo/soap/types/scheduler.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.
1648 1649 1650 1651 1652 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1648 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.
1637 1638 1639 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1637 def eid @eid end |
#interval ⇒ Object
Returns the value of attribute interval.
1638 1639 1640 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1638 def interval @interval end |
Instance Method Details
#m_class ⇒ Object
1640 1641 1642 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1640 def m_class @v_class end |
#m_class=(value) ⇒ Object
1644 1645 1646 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1644 def m_class=(value) @v_class = value end |