Class: Virtuozzo::SOAP::Types::Packagem::Perf_dataType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::Perf_dataType
- Defined in:
- lib/virtuozzo/soap/types/packagem.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.
2466 2467 2468 2469 2470 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2466 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.
2455 2456 2457 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2455 def eid @eid end |
#interval ⇒ Object
Returns the value of attribute interval.
2456 2457 2458 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2456 def interval @interval end |
Instance Method Details
#m_class ⇒ Object
2458 2459 2460 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2458 def m_class @v_class end |
#m_class=(value) ⇒ Object
2462 2463 2464 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2462 def m_class=(value) @v_class = value end |