Class: ITRPEnv

Inherits:
Object
  • Object
show all
Defined in:
lib/itrp.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context.



31
32
33
# File 'lib/itrp.rb', line 31

def context
  @context
end

#context_dataObject

Returns the value of attribute context_data.



32
33
34
# File 'lib/itrp.rb', line 32

def context_data
  @context_data
end

#promptObject

Returns the value of attribute prompt.



30
31
32
# File 'lib/itrp.rb', line 30

def prompt
  @prompt
end

#zmq_endptObject

Returns the value of attribute zmq_endpt.



33
34
35
# File 'lib/itrp.rb', line 33

def zmq_endpt
  @zmq_endpt
end