Class: Virtuozzo::SOAP::Types::Sessionm::EventType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Sessionm::EventType
- Defined in:
- lib/virtuozzo/soap/types/sessionm.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.
1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1237 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.
1230 1231 1232 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1230 def category @category end |
#count ⇒ Object
Returns the value of attribute count.
1232 1233 1234 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1232 def count @count end |
#data ⇒ Object
Returns the value of attribute data.
1235 1236 1237 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1235 def data @data end |
#eid ⇒ Object
Returns the value of attribute eid.
1227 1228 1229 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1227 def eid @eid end |
#id ⇒ Object
Returns the value of attribute id.
1233 1234 1235 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1233 def id @id end |
#info ⇒ Object
Returns the value of attribute info.
1234 1235 1236 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1234 def info @info end |
#sid ⇒ Object
Returns the value of attribute sid.
1231 1232 1233 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1231 def sid @sid end |
#source ⇒ Object
Returns the value of attribute source.
1229 1230 1231 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1229 def source @source end |
#time ⇒ Object
Returns the value of attribute time.
1228 1229 1230 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 1228 def time @time end |