Class: Pennyworth::CLI::Actions::HTMX::Reference
- Inherits:
-
Sod::Action
- Object
- Sod::Action
- Pennyworth::CLI::Actions::HTMX::Reference
- Defined in:
- lib/pennyworth/cli/actions/htmx/reference.rb
Overview
Handles references documentation action.
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(processor: Processor.for_htmx) ⇒ Reference
constructor
A new instance of Reference.
Constructor Details
Instance Method Details
#call ⇒ Object
22 |
# File 'lib/pennyworth/cli/actions/htmx/reference.rb', line 22 def call(*) = io.puts processor.call(settings.htmx_references_uri).to_json |