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