Class: Virtuozzo::SOAP::Types::EventLog::Get_events
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::EventLog::Get_events
- 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
-
#category ⇒ Object
Returns the value of attribute category.
-
#data ⇒ Object
Returns the value of attribute data.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#records ⇒ Object
Returns the value of attribute records.
-
#sid ⇒ Object
Returns the value of attribute sid.
-
#source ⇒ Object
Returns the value of attribute source.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Method Summary collapse
-
#initialize(eid = nil, subject = nil, start_time = nil, end_time = nil, records = nil, sid = nil, source = nil, category = nil, data = nil) ⇒ Get_events
constructor
A new instance of Get_events.
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
#category ⇒ Object
Returns the value of attribute category.
1949 1950 1951 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1949 def category @category end |
#data ⇒ Object
Returns the value of attribute data.
1950 1951 1952 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1950 def data @data end |
#eid ⇒ Object
Returns the value of attribute eid.
1942 1943 1944 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1942 def eid @eid end |
#end_time ⇒ Object
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 |
#records ⇒ Object
Returns the value of attribute records.
1946 1947 1948 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1946 def records @records end |
#sid ⇒ Object
Returns the value of attribute sid.
1947 1948 1949 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1947 def sid @sid end |
#source ⇒ Object
Returns the value of attribute source.
1948 1949 1950 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1948 def source @source end |
#start_time ⇒ Object
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 |
#subject ⇒ Object
Returns the value of attribute subject.
1943 1944 1945 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1943 def subject @subject end |