Class: ITRPEnv
- Inherits:
-
Object
- Object
- ITRPEnv
- Defined in:
- lib/itrp.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#context_data ⇒ Object
Returns the value of attribute context_data.
-
#prompt ⇒ Object
Returns the value of attribute prompt.
-
#zmq_endpt ⇒ Object
Returns the value of attribute zmq_endpt.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context.
31 32 33 |
# File 'lib/itrp.rb', line 31 def context @context end |
#context_data ⇒ Object
Returns the value of attribute context_data.
32 33 34 |
# File 'lib/itrp.rb', line 32 def context_data @context_data end |
#prompt ⇒ Object
Returns the value of attribute prompt.
30 31 32 |
# File 'lib/itrp.rb', line 30 def prompt @prompt end |
#zmq_endpt ⇒ Object
Returns the value of attribute zmq_endpt.
33 34 35 |
# File 'lib/itrp.rb', line 33 def zmq_endpt @zmq_endpt end |