Class: Virtuozzo::SOAP::Types::Envm::Perf_dataType

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

Overview

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

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



1980
1981
1982
1983
1984
# File 'lib/virtuozzo/soap/types/envm.rb', line 1980

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.



1969
1970
1971
# File 'lib/virtuozzo/soap/types/envm.rb', line 1969

def eid
  @eid
end

#intervalObject

Returns the value of attribute interval.



1970
1971
1972
# File 'lib/virtuozzo/soap/types/envm.rb', line 1970

def interval
  @interval
end

Instance Method Details

#m_classObject



1972
1973
1974
# File 'lib/virtuozzo/soap/types/envm.rb', line 1972

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



1976
1977
1978
# File 'lib/virtuozzo/soap/types/envm.rb', line 1976

def m_class=(value)
  @v_class = value
end