Class: Virtuozzo::SOAP::Types::ResLog::Get_log
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ResLog::Get_log
- Defined in:
- lib/virtuozzo/soap/types/res_log.rb
Overview
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#period ⇒ Object
Returns the value of attribute period.
-
#records ⇒ Object
Returns the value of attribute records.
-
#report_empty ⇒ Object
Returns the value of attribute report_empty.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Method Summary collapse
-
#initialize(eid = nil, v_class = [], start_time = nil, end_time = nil, records = nil, period = nil, report_empty = nil) ⇒ Get_log
constructor
A new instance of Get_log.
- #m_class ⇒ Object
- #m_class=(value) ⇒ Object
Constructor Details
#initialize(eid = nil, v_class = [], start_time = nil, end_time = nil, records = nil, period = nil, report_empty = nil) ⇒ Get_log
Returns a new instance of Get_log.
2045 2046 2047 2048 2049 2050 2051 2052 2053 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2045 def initialize(eid = nil, v_class = [], start_time = nil, end_time = nil, records = nil, period = nil, report_empty = nil) @eid = eid @v_class = v_class @start_time = start_time @end_time = end_time @records = records @period = period @report_empty = report_empty end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2030 2031 2032 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2030 def eid @eid end |
#end_time ⇒ Object
Returns the value of attribute end_time.
2032 2033 2034 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2032 def end_time @end_time end |
#period ⇒ Object
Returns the value of attribute period.
2034 2035 2036 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2034 def period @period end |
#records ⇒ Object
Returns the value of attribute records.
2033 2034 2035 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2033 def records @records end |
#report_empty ⇒ Object
Returns the value of attribute report_empty.
2035 2036 2037 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2035 def report_empty @report_empty end |
#start_time ⇒ Object
Returns the value of attribute start_time.
2031 2032 2033 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2031 def start_time @start_time end |
Instance Method Details
#m_class ⇒ Object
2037 2038 2039 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2037 def m_class @v_class end |
#m_class=(value) ⇒ Object
2041 2042 2043 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2041 def m_class=(value) @v_class = value end |