Class: EverydayCliUtils::Format::ColorProfile

Inherits:
Struct
  • Object
show all
Defined in:
lib/everyday-cli-utils/safe/format.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bgcolorObject

Returns the value of attribute bgcolor



137
138
139
# File 'lib/everyday-cli-utils/safe/format.rb', line 137

def bgcolor
  @bgcolor
end

#boldObject

Returns the value of attribute bold



137
138
139
# File 'lib/everyday-cli-utils/safe/format.rb', line 137

def bold
  @bold
end

#fgcolorObject

Returns the value of attribute fgcolor



137
138
139
# File 'lib/everyday-cli-utils/safe/format.rb', line 137

def fgcolor
  @fgcolor
end

#underlineObject

Returns the value of attribute underline



137
138
139
# File 'lib/everyday-cli-utils/safe/format.rb', line 137

def underline
  @underline
end