Class: Virtuozzo::SOAP::Types::EventLog::Get_events

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

Overview

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

eid - (any)
subject - (any)
start_time - (any)
end_time - (any)
records - SOAP::SOAPInt
sid - (any)
source - SOAP::SOAPString
category - SOAP::SOAPString
data - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, subject = nil, start_time = nil, end_time = nil, records = nil, sid = nil, source = nil, category = nil, data = nil) ⇒ Get_events

Returns a new instance of Get_events.



1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1952

def initialize(eid = nil, subject = nil, start_time = nil, end_time = nil, records = nil, sid = nil, source = nil, category = nil, data = nil)
  @eid = eid
  @subject = subject
  @start_time = start_time
  @end_time = end_time
  @records = records
  @sid = sid
  @source = source
  @category = category
  @data = data
end

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1949
1950
1951
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1949

def category
  @category
end

#dataObject

Returns the value of attribute data.



1950
1951
1952
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1950

def data
  @data
end

#eidObject

Returns the value of attribute eid.



1942
1943
1944
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1942

def eid
  @eid
end

#end_timeObject

Returns the value of attribute end_time.



1945
1946
1947
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1945

def end_time
  @end_time
end

#recordsObject

Returns the value of attribute records.



1946
1947
1948
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1946

def records
  @records
end

#sidObject

Returns the value of attribute sid.



1947
1948
1949
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1947

def sid
  @sid
end

#sourceObject

Returns the value of attribute source.



1948
1949
1950
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1948

def source
  @source
end

#start_timeObject

Returns the value of attribute start_time.



1944
1945
1946
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1944

def start_time
  @start_time
end

#subjectObject

Returns the value of attribute subject.



1943
1944
1945
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1943

def subject
  @subject
end