Class: Kosi::HorizontalBorderChar
- Inherits:
-
CharOption
- Object
- CharOption
- Kosi::HorizontalBorderChar
- Defined in:
- lib/kosi/horizontal_border_char.rb
Overview
HorizontalBorderChar
Constant Summary collapse
- DEFAULT =
'-'- INVALID_CHAR_MSG =
'horizontal_border_char must be 1 length(%d) char %s'
Instance Attribute Summary
Attributes inherited from CharOption
Instance Method Summary collapse
Methods inherited from CharOption
Constructor Details
This class inherits a constructor from Kosi::CharOption
Instance Method Details
#default ⇒ Object
13 14 15 |
# File 'lib/kosi/horizontal_border_char.rb', line 13 def default DEFAULT end |
#key ⇒ Object
17 18 19 |
# File 'lib/kosi/horizontal_border_char.rb', line 17 def key OptionKeys::HORIZONTAL_BORDER_CHAR end |