Class: Virtuozzo::SOAP::Types::ResLog::LogType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ResLog::LogType
- Defined in:
- lib/virtuozzo/soap/types/res_log.rb
Overview
Defined Under Namespace
Classes: C_Class
Instance Attribute Summary collapse
-
#period ⇒ Object
Returns the value of attribute period.
Instance Method Summary collapse
-
#initialize(v_class = [], period = nil) ⇒ LogType
constructor
A new instance of LogType.
- #m_class ⇒ Object
- #m_class=(value) ⇒ Object
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
#period ⇒ Object
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_class ⇒ Object
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 |