Class: Propshaft::Js::Coverage::Configuration
- Inherits:
-
Object
- Object
- Propshaft::Js::Coverage::Configuration
- Defined in:
- lib/propshaft/js/coverage/configuration.rb
Instance Attribute Summary collapse
-
#should_process ⇒ Object
Returns the value of attribute should_process.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 |
# File 'lib/propshaft/js/coverage/configuration.rb', line 7 def initialize end |
Instance Attribute Details
#should_process ⇒ Object
Returns the value of attribute should_process.
5 6 7 |
# File 'lib/propshaft/js/coverage/configuration.rb', line 5 def should_process @should_process end |