Class: Virtuozzo::SOAP::Types::Processm::Perf_dataType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::Perf_dataType
- Defined in:
- lib/virtuozzo/soap/types/processm.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.
2335 2336 2337 2338 2339 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2335 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.
2324 2325 2326 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2324 def eid @eid end |
#interval ⇒ Object
Returns the value of attribute interval.
2325 2326 2327 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2325 def interval @interval end |
Instance Method Details
#m_class ⇒ Object
2327 2328 2329 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2327 def m_class @v_class end |
#m_class=(value) ⇒ Object
2331 2332 2333 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2331 def m_class=(value) @v_class = value end |