Class: Melete::Runner::Responsibility

Inherits:
Data
  • Object
show all
Defined in:
lib/melete/runner.rb

Overview

A composable unit of Melete’s capability: a prompt section + its tools.

Instance Attribute Summary collapse

Instance Attribute Details

#promptObject (readonly)

Returns the value of attribute prompt

Returns:

  • (Object)

    the current value of prompt



25
26
27
# File 'lib/melete/runner.rb', line 25

def prompt
  @prompt
end

#toolsObject (readonly)

Returns the value of attribute tools

Returns:

  • (Object)

    the current value of tools



25
26
27
# File 'lib/melete/runner.rb', line 25

def tools
  @tools
end