Class: Iterm2mintty::Color
- Inherits:
-
Struct
- Object
- Struct
- Iterm2mintty::Color
- Defined in:
- lib/iterm2mintty.rb
Instance Attribute Summary collapse
-
#b ⇒ Object
Returns the value of attribute b.
-
#g ⇒ Object
Returns the value of attribute g.
-
#r ⇒ Object
Returns the value of attribute r.
Instance Attribute Details
#b ⇒ Object
Returns the value of attribute b
136 137 138 |
# File 'lib/iterm2mintty.rb', line 136 def b @b end |
#g ⇒ Object
Returns the value of attribute g
136 137 138 |
# File 'lib/iterm2mintty.rb', line 136 def g @g end |
#r ⇒ Object
Returns the value of attribute r
136 137 138 |
# File 'lib/iterm2mintty.rb', line 136 def r @r end |