Class: Pikuri::Agent::Control::Interloper::Item
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Control::Interloper::Item
- Defined in:
- lib/pikuri/agent/control/interloper.rb
Overview
A queued injection: kind (+:user+ or :system) selects the drain
path; content is the message text. Producers are the two
inject_* methods; the consumer is Pikuri::Agent#drain_interloper.
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
78 79 80 |
# File 'lib/pikuri/agent/control/interloper.rb', line 78 def content @content end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
78 79 80 |
# File 'lib/pikuri/agent/control/interloper.rb', line 78 def kind @kind end |