Class: MultiRepo::Config
- Inherits:
-
Object
- Object
- MultiRepo::Config
- Includes:
- Singleton
- Defined in:
- lib/multirepo/config.rb
Instance Attribute Summary collapse
-
#extra_output ⇒ Object
Returns the value of attribute extra_output.
-
#git_executable ⇒ Object
Returns the value of attribute git_executable.
-
#running_git_hook ⇒ Object
Returns the value of attribute running_git_hook.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Attribute Details
#extra_output ⇒ Object
Returns the value of attribute extra_output.
16 17 18 |
# File 'lib/multirepo/config.rb', line 16 def extra_output @extra_output end |
#git_executable ⇒ Object
Returns the value of attribute git_executable.
13 14 15 |
# File 'lib/multirepo/config.rb', line 13 def git_executable @git_executable end |
#running_git_hook ⇒ Object
Returns the value of attribute running_git_hook.
10 11 12 |
# File 'lib/multirepo/config.rb', line 10 def running_git_hook @running_git_hook end |
#verbose ⇒ Object
Returns the value of attribute verbose.
7 8 9 |
# File 'lib/multirepo/config.rb', line 7 def verbose @verbose end |