Class: Virtuozzo::SOAP::Types::Scheduler::EventType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Scheduler::EventType
- Defined in:
- lib/virtuozzo/soap/types/scheduler.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.
1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1345 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.
1338 1339 1340 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1338 def category @category end |
#count ⇒ Object
Returns the value of attribute count.
1340 1341 1342 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1340 def count @count end |
#data ⇒ Object
Returns the value of attribute data.
1343 1344 1345 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1343 def data @data end |
#eid ⇒ Object
Returns the value of attribute eid.
1335 1336 1337 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1335 def eid @eid end |
#id ⇒ Object
Returns the value of attribute id.
1341 1342 1343 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1341 def id @id end |
#info ⇒ Object
Returns the value of attribute info.
1342 1343 1344 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1342 def info @info end |
#sid ⇒ Object
Returns the value of attribute sid.
1339 1340 1341 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1339 def sid @sid end |
#source ⇒ Object
Returns the value of attribute source.
1337 1338 1339 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1337 def source @source end |
#time ⇒ Object
Returns the value of attribute time.
1336 1337 1338 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1336 def time @time end |