Class: Virtuozzo::SOAP::Types::Resourcem::Perf_dataType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/resourcem.rb

Overview

Defined Under Namespace

Classes: C_Class

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, v_class = [], interval = nil) ⇒ Perf_dataType

Returns a new instance of Perf_dataType.



1555
1556
1557
1558
1559
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1555

def initialize(eid = nil, v_class = [], interval = nil)
  @eid = eid
  @v_class = v_class
  @interval = interval
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



1544
1545
1546
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1544

def eid
  @eid
end

#intervalObject

Returns the value of attribute interval.



1545
1546
1547
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1545

def interval
  @interval
end

Instance Method Details

#m_classObject



1547
1548
1549
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1547

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



1551
1552
1553
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1551

def m_class=(value)
  @v_class = value
end