Class: Virtuozzo::SOAP::Types::ResLog::Perf_dataType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesperf_dataType

eid - (any)
m_class - Virtuozzo::SOAP::Types::ResLog::Perf_dataType::C_Class
interval - Virtuozzo::SOAP::Types::ResLog::IntervalType

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.



1546
1547
1548
1549
1550
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1546

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.



1535
1536
1537
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1535

def eid
  @eid
end

#intervalObject

Returns the value of attribute interval.



1536
1537
1538
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1536

def interval
  @interval
end

Instance Method Details

#m_classObject



1538
1539
1540
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1538

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



1542
1543
1544
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1542

def m_class=(value)
  @v_class = value
end