Class: GLW::Term::Cell

Inherits:
Struct
  • Object
show all
Defined in:
lib/glw/term.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bgObject

Returns the value of attribute bg

Returns:

  • (Object)

    the current value of bg



9
10
11
# File 'lib/glw/term.rb', line 9

def bg
  @bg
end

#cObject

Returns the value of attribute c

Returns:

  • (Object)

    the current value of c



9
10
11
# File 'lib/glw/term.rb', line 9

def c
  @c
end

#fgObject

Returns the value of attribute fg

Returns:

  • (Object)

    the current value of fg



9
10
11
# File 'lib/glw/term.rb', line 9

def fg
  @fg
end