class Curator::Transformer

Overview

Responsible for peppering the Event.ref and appending the cur with ENV["CURATOR_ID"]

Defined in:

transformer/transformer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(curator_id : String = ENV["CURATOR_ID"], pepper : String = ENV["CURATOR_PEPPER"]) #

[View source]

Instance Method Detail

def call(event : Curator::Event) : Curator::Event #

[View source]
def curator_id : String #

[View source]
def pepper : String #

[View source]