Class: Distincter2::D2Config
- Inherits:
-
Object
- Object
- Distincter2::D2Config
- Defined in:
- lib/distincter2/config.rb
Overview
Distincter2 config.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#exclude_paths ⇒ Object
Returns the value of attribute exclude_paths.
Instance Method Summary collapse
-
#initialize(exclude_paths) ⇒ D2Config
constructor
A new instance of D2Config.
Constructor Details
#initialize(exclude_paths) ⇒ D2Config
Returns a new instance of D2Config.
9 10 11 |
# File 'lib/distincter2/config.rb', line 9 def initialize(exclude_paths) @exclude_paths = exclude_paths.to_set end |
Instance Attribute Details
#exclude_paths ⇒ Object
Returns the value of attribute exclude_paths.
13 14 15 |
# File 'lib/distincter2/config.rb', line 13 def exclude_paths @exclude_paths end |