Class: Jasmine::Blanket::Configuration
- Inherits:
-
Object
- Object
- Jasmine::Blanket::Configuration
- Defined in:
- lib/jasmine-blanket/configuration.rb
Instance Attribute Summary collapse
-
#coverage_threshold ⇒ Object
Returns the value of attribute coverage_threshold.
-
#excluded_folders ⇒ Object
Returns the value of attribute excluded_folders.
-
#included_folders ⇒ Object
Returns the value of attribute included_folders.
Instance Attribute Details
#coverage_threshold ⇒ Object
Returns the value of attribute coverage_threshold.
4 5 6 |
# File 'lib/jasmine-blanket/configuration.rb', line 4 def coverage_threshold @coverage_threshold end |
#excluded_folders ⇒ Object
Returns the value of attribute excluded_folders.
4 5 6 |
# File 'lib/jasmine-blanket/configuration.rb', line 4 def excluded_folders @excluded_folders end |
#included_folders ⇒ Object
Returns the value of attribute included_folders.
4 5 6 |
# File 'lib/jasmine-blanket/configuration.rb', line 4 def included_folders @included_folders end |