Class: Jasmine::Blanket::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/jasmine-blanket/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#coverage_thresholdObject

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_foldersObject

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_foldersObject

Returns the value of attribute included_folders.



4
5
6
# File 'lib/jasmine-blanket/configuration.rb', line 4

def included_folders
  @included_folders
end