class Curator::Forwards::Manager
- Curator::Forwards::Manager
- Reference
- Object
Overview
Responsible for reading the ENV["FORWARDS"]
and instantiating
an Array of Curator::Forwards::Forward
Defined in:
forwards/manager.crConstructors
Instance Method Summary
Constructor Detail
def self.new(forwards_tuple : Array(NamedTuple(url: URI, api_key: String)) = env_forwards)
#