Class: Melete::Runner::Responsibility
- Inherits:
-
Data
- Object
- Data
- Melete::Runner::Responsibility
- Defined in:
- lib/melete/runner.rb
Overview
A composable unit of Melete’s capability: a prompt section + its tools.
Instance Attribute Summary collapse
-
#prompt ⇒ Object
readonly
Returns the value of attribute prompt.
-
#tools ⇒ Object
readonly
Returns the value of attribute tools.
Instance Attribute Details
#prompt ⇒ Object (readonly)
Returns the value of attribute prompt
25 26 27 |
# File 'lib/melete/runner.rb', line 25 def prompt @prompt end |
#tools ⇒ Object (readonly)
Returns the value of attribute tools
25 26 27 |
# File 'lib/melete/runner.rb', line 25 def tools @tools end |