Class: GLW::Term::Cell
- Inherits:
-
Struct
- Object
- Struct
- GLW::Term::Cell
- Defined in:
- lib/glw/term.rb
Instance Attribute Summary collapse
-
#bg ⇒ Object
Returns the value of attribute bg.
-
#c ⇒ Object
Returns the value of attribute c.
-
#fg ⇒ Object
Returns the value of attribute fg.
Instance Attribute Details
#bg ⇒ Object
Returns the value of attribute bg
9 10 11 |
# File 'lib/glw/term.rb', line 9 def bg @bg end |
#c ⇒ Object
Returns the value of attribute c
9 10 11 |
# File 'lib/glw/term.rb', line 9 def c @c end |
#fg ⇒ Object
Returns the value of attribute fg
9 10 11 |
# File 'lib/glw/term.rb', line 9 def fg @fg end |