Class: Roast::Workflow::Configuration::MCPTool
- Inherits:
-
Struct
- Object
- Struct
- Roast::Workflow::Configuration::MCPTool
- Defined in:
- lib/roast/workflow/configuration.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#except ⇒ Object
Returns the value of attribute except.
-
#name ⇒ Object
Returns the value of attribute name.
-
#only ⇒ Object
Returns the value of attribute only.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
8 9 10 |
# File 'lib/roast/workflow/configuration.rb', line 8 def config @config end |
#except ⇒ Object
Returns the value of attribute except
8 9 10 |
# File 'lib/roast/workflow/configuration.rb', line 8 def except @except end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/roast/workflow/configuration.rb', line 8 def name @name end |
#only ⇒ Object
Returns the value of attribute only
8 9 10 |
# File 'lib/roast/workflow/configuration.rb', line 8 def only @only end |