Class: Iterm2mintty::Color

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

Instance Attribute Summary collapse

Instance Attribute Details

#bObject

Returns the value of attribute b

Returns:

  • (Object)

    the current value of b



136
137
138
# File 'lib/iterm2mintty.rb', line 136

def b
  @b
end

#gObject

Returns the value of attribute g

Returns:

  • (Object)

    the current value of g



136
137
138
# File 'lib/iterm2mintty.rb', line 136

def g
  @g
end

#rObject

Returns the value of attribute r

Returns:

  • (Object)

    the current value of r



136
137
138
# File 'lib/iterm2mintty.rb', line 136

def r
  @r
end