Class: JIJI::AgentManager::State

Inherits:
Struct
  • Object
show all
Defined in:
lib/jiji/agent/agent_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject

Returns the value of attribute active

Returns:

  • (Object)

    the current value of active



18
19
20
# File 'lib/jiji/agent/agent_manager.rb', line 18

def active
  @active
end

#agentObject

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



18
19
20
# File 'lib/jiji/agent/agent_manager.rb', line 18

def agent
  @agent
end

#operatorObject

Returns the value of attribute operator

Returns:

  • (Object)

    the current value of operator



18
19
20
# File 'lib/jiji/agent/agent_manager.rb', line 18

def operator
  @operator
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



18
19
20
# File 'lib/jiji/agent/agent_manager.rb', line 18

def output
  @output
end