Class: PairingMatrix::Config
- Inherits:
-
Object
- Object
- PairingMatrix::Config
- Defined in:
- lib/pairing_matrix/config/config.rb
Instance Attribute Summary collapse
-
#authors_regex ⇒ Object
readonly
Returns the value of attribute authors_regex.
-
#repos ⇒ Object
readonly
Returns the value of attribute repos.
Instance Method Summary collapse
-
#initialize(repos, authors_regex) ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize(repos, authors_regex) ⇒ Config
Returns a new instance of Config.
5 6 7 8 |
# File 'lib/pairing_matrix/config/config.rb', line 5 def initialize(repos, ) @repos = repos @authors_regex = end |
Instance Attribute Details
#authors_regex ⇒ Object (readonly)
Returns the value of attribute authors_regex.
3 4 5 |
# File 'lib/pairing_matrix/config/config.rb', line 3 def @authors_regex end |
#repos ⇒ Object (readonly)
Returns the value of attribute repos.
3 4 5 |
# File 'lib/pairing_matrix/config/config.rb', line 3 def repos @repos end |