Class: ZMQ::Device::Context
- Inherits:
-
Object
- Object
- ZMQ::Device::Context
- Defined in:
- lib/zdevice.rb
Instance Attribute Summary collapse
-
#ctx ⇒ Object
readonly
Returns the value of attribute ctx.
-
#iothreads ⇒ Object
readonly
Returns the value of attribute iothreads.
-
#verbose ⇒ Object
readonly
Returns the value of attribute verbose.
Instance Method Summary collapse
-
#initialize(conf = {}) ⇒ Context
constructor
A new instance of Context.
Constructor Details
Instance Attribute Details
#ctx ⇒ Object (readonly)
Returns the value of attribute ctx.
40 41 42 |
# File 'lib/zdevice.rb', line 40 def ctx @ctx end |
#iothreads ⇒ Object (readonly)
Returns the value of attribute iothreads.
40 41 42 |
# File 'lib/zdevice.rb', line 40 def iothreads @iothreads end |
#verbose ⇒ Object (readonly)
Returns the value of attribute verbose.
40 41 42 |
# File 'lib/zdevice.rb', line 40 def verbose @verbose end |