Class: SelfMsg::Acl

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

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command.



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

def command
  @command
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#payloadObject

Returns the value of attribute payload.



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

def payload
  @payload
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end