Class: JSCommander::PipeBroker::PipeMessage
- Inherits:
-
Struct
- Object
- Struct
- JSCommander::PipeBroker::PipeMessage
- Defined in:
- lib/jscmd/pipebroker.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
26 27 28 |
# File 'lib/jscmd/pipebroker.rb', line 26 def @message end |
#name ⇒ Object
Returns the value of attribute name
26 27 28 |
# File 'lib/jscmd/pipebroker.rb', line 26 def name @name end |