Class: Virtuozzo::SOAP::Types::Licensem::EventType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Licensem::EventType
- Defined in:
- lib/virtuozzo/soap/types/licensem.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.
1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1253 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.
1246 1247 1248 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1246 def category @category end |
#count ⇒ Object
Returns the value of attribute count.
1248 1249 1250 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1248 def count @count end |
#data ⇒ Object
Returns the value of attribute data.
1251 1252 1253 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1251 def data @data end |
#eid ⇒ Object
Returns the value of attribute eid.
1243 1244 1245 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1243 def eid @eid end |
#id ⇒ Object
Returns the value of attribute id.
1249 1250 1251 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1249 def id @id end |
#info ⇒ Object
Returns the value of attribute info.
1250 1251 1252 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1250 def info @info end |
#sid ⇒ Object
Returns the value of attribute sid.
1247 1248 1249 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1247 def sid @sid end |
#source ⇒ Object
Returns the value of attribute source.
1245 1246 1247 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1245 def source @source end |
#time ⇒ Object
Returns the value of attribute time.
1244 1245 1246 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1244 def time @time end |