Class: Virtuozzo::SOAP::Types::ResLog::LogType

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

Overview

Defined Under Namespace

Classes: C_Class

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v_class = [], period = nil) ⇒ LogType

Returns a new instance of LogType.



50
51
52
53
# File 'lib/virtuozzo/soap/types/res_log.rb', line 50

def initialize(v_class = [], period = nil)
  @v_class = v_class
  @period = period
end

Instance Attribute Details

#periodObject

Returns the value of attribute period.



40
41
42
# File 'lib/virtuozzo/soap/types/res_log.rb', line 40

def period
  @period
end

Instance Method Details

#m_classObject



42
43
44
# File 'lib/virtuozzo/soap/types/res_log.rb', line 42

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



46
47
48
# File 'lib/virtuozzo/soap/types/res_log.rb', line 46

def m_class=(value)
  @v_class = value
end