Class: Virtuozzo::SOAP::Types::Up2date::EventType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::EventType
- Defined in:
- lib/virtuozzo/soap/types/up2date.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.
2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2019 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.
2012 2013 2014 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2012 def category @category end |
#count ⇒ Object
Returns the value of attribute count.
2014 2015 2016 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2014 def count @count end |
#data ⇒ Object
Returns the value of attribute data.
2017 2018 2019 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2017 def data @data end |
#eid ⇒ Object
Returns the value of attribute eid.
2009 2010 2011 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2009 def eid @eid end |
#id ⇒ Object
Returns the value of attribute id.
2015 2016 2017 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2015 def id @id end |
#info ⇒ Object
Returns the value of attribute info.
2016 2017 2018 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2016 def info @info end |
#sid ⇒ Object
Returns the value of attribute sid.
2013 2014 2015 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2013 def sid @sid end |
#source ⇒ Object
Returns the value of attribute source.
2011 2012 2013 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2011 def source @source end |
#time ⇒ Object
Returns the value of attribute time.
2010 2011 2012 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2010 def time @time end |