Class: Pikuri::Agent::Control::Interloper::Item

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



78
79
80
# File 'lib/pikuri/agent/control/interloper.rb', line 78

def content
  @content
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



78
79
80
# File 'lib/pikuri/agent/control/interloper.rb', line 78

def kind
  @kind
end