Class: Iterm2mintty::CursorColor
- Inherits:
-
Object
- Object
- Iterm2mintty::CursorColor
- Includes:
- Colorable, MinttyColor
- Defined in:
- lib/iterm2mintty.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
readonly
Returns the value of attribute color.
Instance Method Summary collapse
-
#initialize(color:) ⇒ CursorColor
constructor
A new instance of CursorColor.
- #name ⇒ Object
Methods included from Colorable
Methods included from MinttyColor
Constructor Details
#initialize(color:) ⇒ CursorColor
Returns a new instance of CursorColor.
127 128 129 |
# File 'lib/iterm2mintty.rb', line 127 def initialize(color:) @color = color end |
Instance Attribute Details
#color ⇒ Object (readonly)
Returns the value of attribute color.
125 126 127 |
# File 'lib/iterm2mintty.rb', line 125 def color @color end |
Instance Method Details
#name ⇒ Object
131 132 133 |
# File 'lib/iterm2mintty.rb', line 131 def name "CursorColour" end |