Class: TermColor::RuleSet::SymbolOptions
- Inherits:
-
Struct
- Object
- Struct
- TermColor::RuleSet::SymbolOptions
- Defined in:
- lib/term_color/rule_set.rb
Overview
Struct for rule and reset symbols
Instance Attribute Summary collapse
-
#close ⇒ Object
Returns the value of attribute close.
-
#open ⇒ Object
Returns the value of attribute open.
-
#reset ⇒ Object
Returns the value of attribute reset.
Instance Attribute Details
#close ⇒ Object
Returns the value of attribute close
35 36 37 |
# File 'lib/term_color/rule_set.rb', line 35 def close @close end |
#open ⇒ Object
Returns the value of attribute open
35 36 37 |
# File 'lib/term_color/rule_set.rb', line 35 def open @open end |
#reset ⇒ Object
Returns the value of attribute reset
35 36 37 |
# File 'lib/term_color/rule_set.rb', line 35 def reset @reset end |