Class: Textus::Step::Transform

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

Overview

Combines/reshapes projected rows into an artifact shape. Returns a Hash (the structured payload base) or an Array of rows. Replaces the :transform_rows RPC. (Phase 2 will widen ‘rows:` to a named `inputs:` map.)

Direct Known Subclasses

OrientationTransform

Instance Attribute Summary

Attributes inherited from Base

#name

Class Method Summary collapse

Methods inherited from Base

kind, step_name

Class Method Details

.required_kwargsObject



9
# File 'lib/textus/step/transform.rb', line 9

def self.required_kwargs = %i[rows config]