Class: MiniAkka::Msg
- Inherits:
-
Struct
- Object
- Struct
- MiniAkka::Msg
- Defined in:
- lib/mini_akka.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
16 17 18 |
# File 'lib/mini_akka.rb', line 16 def body @body end |