class Config
- Config
- Reference
- Object
Overview
Stores all the configuration options for a application. It's a singleton and you can access it like.
Config.config
Defined in:
config.crConstant Summary
-
INSTANCE =
Config.new
Constructors
Class Method Summary
Instance Method Summary
- #current_page : String
- #current_page=(current_page : String)
- #open_graph : OpenGraph
- #open_graph=(open_graph : OpenGraph)
- #page_description : String
- #page_description=(page_description : String)
- #page_title : String
- #page_title=(page_title : String)
- #query : String
- #query=(query : String)