Class: Textus::Step::Fetch

Inherits:
Base
  • Object
show all
Defined in:
lib/textus/step/fetch.rb

Overview

Acquires data from outside the store (the ‘fetch:` build input). Returns either { “content” => Hash } (structured) or { _meta:, body: } (rendered text). Replaces the :resolve_handler RPC. `caps:` is injected by the registry only if #call declares it.

Instance Attribute Summary

Attributes inherited from Base

#name

Class Method Summary collapse

Methods inherited from Base

kind, step_name

Class Method Details

.required_kwargsObject



10
# File 'lib/textus/step/fetch.rb', line 10

def self.required_kwargs = %i[config args]