class Config

Overview

Stores all the configuration options for a application. It's a singleton and you can access it like.

Config.config

Defined in:

config.cr

Constant Summary

INSTANCE = Config.new

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.config #

[View source]
def self.date #

[View source]
def self.nodejs_version #

[View source]

Instance Method Detail

def current_page : String #

[View source]
def current_page=(current_page : String) #

[View source]
def open_graph : OpenGraph #

[View source]
def open_graph=(open_graph : OpenGraph) #

[View source]
def page_description : String #

[View source]
def page_description=(page_description : String) #

[View source]
def page_title : String #

[View source]
def page_title=(page_title : String) #

[View source]
def query : String #

[View source]
def query=(query : String) #

[View source]