Class: Configs::Project::Texts
Overview
Text display configurations
Defined Under Namespace
Classes: ChoiceConfig, Font, MessageConfig
Instance Attribute Summary collapse
-
#choices ⇒ Hash<String => ChoiceConfig>
Get the choice config.
-
#fonts ⇒ Font
Get the font config.
-
#messages ⇒ Hash<String => MessageConfig>
Get the message config.
Instance Attribute Details
#choices ⇒ Hash<String => ChoiceConfig>
Get the choice config
135 136 137 |
# File 'scripts/00021 ProjectConfig.rb', line 135 def choices @choices end |
#fonts ⇒ Font
Get the font config
127 128 129 |
# File 'scripts/00021 ProjectConfig.rb', line 127 def fonts @fonts end |
#messages ⇒ Hash<String => MessageConfig>
Get the message config
131 132 133 |
# File 'scripts/00021 ProjectConfig.rb', line 131 def @messages end |