Class: MQKV::Store::WatchHandle
- Inherits:
-
Data
- Object
- Data
- MQKV::Store::WatchHandle
- Defined in:
- lib/mqkv/store.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
readonly
Returns the value of attribute channel.
-
#consumer_tag ⇒ Object
readonly
Returns the value of attribute consumer_tag.
Instance Attribute Details
#channel ⇒ Object (readonly)
Returns the value of attribute channel
9 10 11 |
# File 'lib/mqkv/store.rb', line 9 def channel @channel end |
#consumer_tag ⇒ Object (readonly)
Returns the value of attribute consumer_tag
9 10 11 |
# File 'lib/mqkv/store.rb', line 9 def consumer_tag @consumer_tag end |