Class: SimpleCov::Formatter::ShieldFormatter::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/simplecov-formatter-shield.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



38
39
40
# File 'lib/simplecov-formatter-shield.rb', line 38

def color
  @color
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



38
39
40
# File 'lib/simplecov-formatter-shield.rb', line 38

def status
  @status
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



38
39
40
# File 'lib/simplecov-formatter-shield.rb', line 38

def text
  @text
end