def primary : String
#
struct EncoderSpec
- EncoderSpec
- Struct
- Value
- Object
Overview
Single specification for an encoder / transformer.
Defined in:
encoders/core.crConstructors
Instance Method Summary
- #alias_list : Array(String)
- #apply(input : String) : String
- #description : String
- #names : Array(String)
- #primary : String
- #proc : Proc(String, String)
Constructor Detail
def self.new(primary : String, names : Array(String), description : String, &block : String -> String)
#