Class: Virtuozzo::SOAP::Types::Authm::Perf_dataType

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

Overview

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

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



1604
1605
1606
1607
1608
# File 'lib/virtuozzo/soap/types/authm.rb', line 1604

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.



1593
1594
1595
# File 'lib/virtuozzo/soap/types/authm.rb', line 1593

def eid
  @eid
end

#intervalObject

Returns the value of attribute interval.



1594
1595
1596
# File 'lib/virtuozzo/soap/types/authm.rb', line 1594

def interval
  @interval
end

Instance Method Details

#m_classObject



1596
1597
1598
# File 'lib/virtuozzo/soap/types/authm.rb', line 1596

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



1600
1601
1602
# File 'lib/virtuozzo/soap/types/authm.rb', line 1600

def m_class=(value)
  @v_class = value
end