Class: Virtuozzo::SOAP::Types::Up2date::Perf_dataType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::Perf_dataType
- Defined in:
- lib/virtuozzo/soap/types/up2date.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.
2322 2323 2324 2325 2326 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2322 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.
2311 2312 2313 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2311 def eid @eid end |
#interval ⇒ Object
Returns the value of attribute interval.
2312 2313 2314 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2312 def interval @interval end |
Instance Method Details
#m_class ⇒ Object
2314 2315 2316 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2314 def m_class @v_class end |
#m_class=(value) ⇒ Object
2318 2319 2320 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2318 def m_class=(value) @v_class = value end |