Class: Evilution::MCP::InfoTool::Actions::Statuses Private
- Defined in:
- lib/evilution/mcp/info_tool/actions/statuses.rb
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.
Class Method Summary collapse
- .call ⇒ Object private
Class Method Details
.call ⇒ Object
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.
7 8 9 |
# File 'lib/evilution/mcp/info_tool/actions/statuses.rb', line 7 def self.call(**) success("statuses" => Evilution::MCP::InfoTool::StatusGlossary.entries) end |