Class: Virtuozzo::SOAP::Types::ResLog::Get_log

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

Overview

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

eid - (any)
m_class - Virtuozzo::SOAP::Types::ResLog::ClassType
start_time - (any)
end_time - (any)
records - SOAP::SOAPInt
period - SOAP::SOAPInt
report_empty - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#eidObject

Returns the value of attribute eid.



2030
2031
2032
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2030

def eid
  @eid
end

#end_timeObject

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

#periodObject

Returns the value of attribute period.



2034
2035
2036
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2034

def period
  @period
end

#recordsObject

Returns the value of attribute records.



2033
2034
2035
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2033

def records
  @records
end

#report_emptyObject

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_timeObject

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_classObject



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