Tools

A library of utility services and concerns.

Class: SleepingKingStudios::Tools::Messages::Strategy

Parent Namespace
SleepingKingStudios::Tools::Messages
Defined In
lib/sleeping_king_studios/tools/messages/strategy.rb

Table Of Contents

Overview

Abstract class for converting parameterized keys to user-readable messages.

Back To Top

Direct Subclasses

SleepingKingStudios::Tools::Messages::Strategies::HashStrategy

Back To Top

Instance Methods

#call(key, parameters: {}, scope: nil, **options) => String

Generates a formatted string for the given key, parameters, and options.

Parameters

Returns

Back To Top


Back to Documentation | Reference | SleepingKingStudios | SleepingKingStudios::Tools | SleepingKingStudios::Tools::Messages