Class: Virtuozzo::SOAP::Types::Authm::EventType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::EventType
- Defined in:
- lib/virtuozzo/soap/types/authm.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.
1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1301 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.
1294 1295 1296 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1294 def category @category end |
#count ⇒ Object
Returns the value of attribute count.
1296 1297 1298 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1296 def count @count end |
#data ⇒ Object
Returns the value of attribute data.
1299 1300 1301 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1299 def data @data end |
#eid ⇒ Object
Returns the value of attribute eid.
1291 1292 1293 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1291 def eid @eid end |
#id ⇒ Object
Returns the value of attribute id.
1297 1298 1299 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1297 def id @id end |
#info ⇒ Object
Returns the value of attribute info.
1298 1299 1300 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1298 def info @info end |
#sid ⇒ Object
Returns the value of attribute sid.
1295 1296 1297 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1295 def sid @sid end |
#source ⇒ Object
Returns the value of attribute source.
1293 1294 1295 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1293 def source @source end |
#time ⇒ Object
Returns the value of attribute time.
1292 1293 1294 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1292 def time @time end |