Class: Textus::Step::Fetch
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.
Direct Known Subclasses
Builtin::CsvFetch, Builtin::IcalEventsFetch, Builtin::JsonFetch, Builtin::MarkdownLinksFetch, Builtin::RssFetch, MachineIntakeFetch
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.required_kwargs ⇒ Object
10 |
# File 'lib/textus/step/fetch.rb', line 10 def self.required_kwargs = %i[config args] |