Class: SimpleCov::Formatter::ShieldFormatter::Options
- Inherits:
-
Struct
- Object
- Struct
- SimpleCov::Formatter::ShieldFormatter::Options
- Defined in:
- lib/simplecov-formatter-shield.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#status ⇒ Object
Returns the value of attribute status.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
38 39 40 |
# File 'lib/simplecov-formatter-shield.rb', line 38 def color @color end |
#status ⇒ Object
Returns the value of attribute status
38 39 40 |
# File 'lib/simplecov-formatter-shield.rb', line 38 def status @status end |
#text ⇒ Object
Returns the value of attribute text
38 39 40 |
# File 'lib/simplecov-formatter-shield.rb', line 38 def text @text end |