Class: PrismChecker::Config
- Inherits:
-
Object
- Object
- PrismChecker::Config
- Defined in:
- lib/prism_checker/config.rb
Instance Attribute Summary collapse
-
#colorizer ⇒ Object
Returns the value of attribute colorizer.
-
#string_comparison ⇒ Object
Returns the value of attribute string_comparison.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
9 10 11 12 |
# File 'lib/prism_checker/config.rb', line 9 def initialize @string_comparison = :inclusion @colorizer = PrismChecker::Colorizer end |
Instance Attribute Details
#colorizer ⇒ Object
Returns the value of attribute colorizer.
7 8 9 |
# File 'lib/prism_checker/config.rb', line 7 def colorizer @colorizer end |
#string_comparison ⇒ Object
Returns the value of attribute string_comparison.
7 8 9 |
# File 'lib/prism_checker/config.rb', line 7 def string_comparison @string_comparison end |