Class: Configs::Project::Texts::MessageConfig
- Inherits:
-
ChoiceConfig
- Object
- ChoiceConfig
- Configs::Project::Texts::MessageConfig
- Defined in:
- docs/000_a_root.rb
Overview
Configuration of messages boxes
Instance Attribute Summary collapse
-
#line_count ⇒ Integer
readonly
Get the number of lines the message has.
-
#name_window_skin ⇒ String?
readonly
Get the window skin of the name box.
Attributes inherited from ChoiceConfig
#border_spacing, #color_mapping, #default_color, #default_font, #window_skin
Instance Method Summary collapse
-
#initialize(v) ⇒ MessageConfig
constructor
A new instance of MessageConfig.
Constructor Details
#initialize(v) ⇒ MessageConfig
Returns a new instance of MessageConfig.
361 362 |
# File 'docs/000_a_root.rb', line 361 def initialize(v) end |
Instance Attribute Details
#line_count ⇒ Integer (readonly)
Get the number of lines the message has
360 361 362 |
# File 'docs/000_a_root.rb', line 360 def line_count @line_count end |
#name_window_skin ⇒ String? (readonly)
Get the window skin of the name box
357 358 359 |
# File 'docs/000_a_root.rb', line 357 def name_window_skin @name_window_skin end |