Class: Virtuozzo::SOAP::Types::Userm::EventType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Userm::EventType
- Defined in:
- lib/virtuozzo/soap/types/userm.rb
Overview
Defined Under Namespace
Classes: C_Data
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#count ⇒ Object
Returns the value of attribute count.
-
#data ⇒ Object
Returns the value of attribute data.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#id ⇒ Object
Returns the value of attribute id.
-
#info ⇒ Object
Returns the value of attribute info.
-
#sid ⇒ Object
Returns the value of attribute sid.
-
#source ⇒ Object
Returns the value of attribute source.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Method Summary collapse
-
#initialize(eid = nil, time = nil, source = nil, category = nil, sid = nil, count = nil, id = nil, info = nil, data = nil) ⇒ EventType
constructor
A new instance of EventType.
Constructor Details
#initialize(eid = nil, time = nil, source = nil, category = nil, sid = nil, count = nil, id = nil, info = nil, data = nil) ⇒ EventType
Returns a new instance of EventType.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1195 def initialize(eid = nil, time = nil, source = nil, category = nil, sid = nil, count = nil, id = nil, info = nil, data = nil) @eid = eid @time = time @source = source @category = category @sid = sid @count = count @id = id @info = info @data = data end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
1188 1189 1190 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1188 def category @category end |
#count ⇒ Object
Returns the value of attribute count.
1190 1191 1192 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1190 def count @count end |
#data ⇒ Object
Returns the value of attribute data.
1193 1194 1195 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1193 def data @data end |
#eid ⇒ Object
Returns the value of attribute eid.
1185 1186 1187 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1185 def eid @eid end |
#id ⇒ Object
Returns the value of attribute id.
1191 1192 1193 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1191 def id @id end |
#info ⇒ Object
Returns the value of attribute info.
1192 1193 1194 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1192 def info @info end |
#sid ⇒ Object
Returns the value of attribute sid.
1189 1190 1191 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1189 def sid @sid end |
#source ⇒ Object
Returns the value of attribute source.
1187 1188 1189 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1187 def source @source end |
#time ⇒ Object
Returns the value of attribute time.
1186 1187 1188 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1186 def time @time end |