Class: MessageAndProc
- Inherits:
-
Struct
- Object
- Struct
- MessageAndProc
- Defined in:
- lib/armstrong/data_structures.rb
Instance Attribute Summary collapse
-
#env ⇒ Object
Returns the value of attribute env.
-
#proccess ⇒ Object
Returns the value of attribute proccess.
Instance Attribute Details
#env ⇒ Object
Returns the value of attribute env
6 7 8 |
# File 'lib/armstrong/data_structures.rb', line 6 def env @env end |
#proccess ⇒ Object
Returns the value of attribute proccess
6 7 8 |
# File 'lib/armstrong/data_structures.rb', line 6 def proccess @proccess end |