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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of underline



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

def underline
  @underline
end