Class: Virtuozzo::SOAP::Types::Up2date::Perf_dataType

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

Overview

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

eid - (any)
m_class - Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType::C_Class
interval - Virtuozzo::SOAP::Drivers::Up2date::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.



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

#eidObject

Returns the value of attribute eid.



2311
2312
2313
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2311

def eid
  @eid
end

#intervalObject

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_classObject



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