Class: SelfMsg::Notification
- Inherits:
-
Object
- Object
- SelfMsg::Notification
- Defined in:
- lib/self_msgproto/notification.rb,
ext/self_msgproto/notification.cpp
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error.
6 7 8 |
# File 'lib/self_msgproto/notification.rb', line 6 def error @error end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
6 7 8 |
# File 'lib/self_msgproto/notification.rb', line 6 def id @id end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
6 7 8 |
# File 'lib/self_msgproto/notification.rb', line 6 def type @type end |