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



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

def b
  @b
end

#gObject

Returns the value of attribute g



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

def g
  @g
end

#rObject

Returns the value of attribute r



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

def r
  @r
end