Class: Evilution::MCP::InfoTool::Actions::Base Private

Inherits:
Object
  • Object
show all
Defined in:
lib/evilution/mcp/info_tool/actions.rb,
lib/evilution/mcp/info_tool/actions/base.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

rubocop:disable Lint/EmptyClass

Direct Known Subclasses

Environment, Feedback, Statuses, Subjects, Tests

Class Method Summary collapse

Class Method Details

.callObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Raises:

  • (NotImplementedError)


7
8
9
# File 'lib/evilution/mcp/info_tool/actions/base.rb', line 7

def self.call(**)
  raise NotImplementedError
end