Class: Virtuozzo::SOAP::Types::Support::Perf_dataType

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

Overview

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

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



2344
2345
2346
2347
2348
# File 'lib/virtuozzo/soap/types/support.rb', line 2344

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.



2333
2334
2335
# File 'lib/virtuozzo/soap/types/support.rb', line 2333

def eid
  @eid
end

#intervalObject

Returns the value of attribute interval.



2334
2335
2336
# File 'lib/virtuozzo/soap/types/support.rb', line 2334

def interval
  @interval
end

Instance Method Details

#m_classObject



2336
2337
2338
# File 'lib/virtuozzo/soap/types/support.rb', line 2336

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



2340
2341
2342
# File 'lib/virtuozzo/soap/types/support.rb', line 2340

def m_class=(value)
  @v_class = value
end