Class: Roast::Workflow::Configuration::MCPTool

Inherits:
Struct
  • Object
show all
Defined in:
lib/roast/workflow/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



8
9
10
# File 'lib/roast/workflow/configuration.rb', line 8

def config
  @config
end

#exceptObject

Returns the value of attribute except

Returns:

  • (Object)

    the current value of except



8
9
10
# File 'lib/roast/workflow/configuration.rb', line 8

def except
  @except
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/roast/workflow/configuration.rb', line 8

def name
  @name
end

#onlyObject

Returns the value of attribute only

Returns:

  • (Object)

    the current value of only



8
9
10
# File 'lib/roast/workflow/configuration.rb', line 8

def only
  @only
end