Class: SelfMsg::Notification

Inherits:
Object
  • Object
show all
Defined in:
lib/self_msgproto/notification.rb,
ext/self_msgproto/notification.cpp

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error.



6
7
8
# File 'lib/self_msgproto/notification.rb', line 6

def error
  @error
end

#idObject (readonly)

Returns the value of attribute id.



6
7
8
# File 'lib/self_msgproto/notification.rb', line 6

def id
  @id
end

#typeObject (readonly)

Returns the value of attribute type.



6
7
8
# File 'lib/self_msgproto/notification.rb', line 6

def type
  @type
end