class Ktistec::Settings
- Ktistec::Settings
- Reference
- Object
Overview
Model-like class for managing site settings.
Defined in:
framework/framework.crConstructors
Instance Method Summary
- #assign(options)
- #errors : Hash(String, Array(String))
- #footer : String | Nil
- #footer=(footer : String | Nil)
- #host : String | Nil
- #host=(host : String | Nil)
- #save
- #site : String | Nil
- #site=(site : String | Nil)
- #valid?