class Curator::Forwards::Manager

Overview

Responsible for reading the ENV["FORWARDS"] and instantiating an Array of Curator::Forwards::Forward

Defined in:

forwards/manager.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(forwards_tuple : Array(NamedTuple(url: URI, api_key: String)) = env_forwards) #

[View source]

Instance Method Detail

def forwards : Array(Curator::Forwards::Forward) #

[View source]
def retry_queue #

[View source]