Class: Virtuozzo::SOAP::Types::Processm::EventType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::EventType
- Defined in:
- lib/virtuozzo/soap/types/processm.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.
1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1970 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.
1963 1964 1965 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1963 def category @category end |
#count ⇒ Object
Returns the value of attribute count.
1965 1966 1967 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1965 def count @count end |
#data ⇒ Object
Returns the value of attribute data.
1968 1969 1970 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1968 def data @data end |
#eid ⇒ Object
Returns the value of attribute eid.
1960 1961 1962 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1960 def eid @eid end |
#id ⇒ Object
Returns the value of attribute id.
1966 1967 1968 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1966 def id @id end |
#info ⇒ Object
Returns the value of attribute info.
1967 1968 1969 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1967 def info @info end |
#sid ⇒ Object
Returns the value of attribute sid.
1964 1965 1966 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1964 def sid @sid end |
#source ⇒ Object
Returns the value of attribute source.
1962 1963 1964 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1962 def source @source end |
#time ⇒ Object
Returns the value of attribute time.
1961 1962 1963 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 1961 def time @time end |