Class: MultiRepo::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/multirepo/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#extra_outputObject

Returns the value of attribute extra_output.



16
17
18
# File 'lib/multirepo/config.rb', line 16

def extra_output
  @extra_output
end

#git_executableObject

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_hookObject

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

#verboseObject

Returns the value of attribute verbose.



7
8
9
# File 'lib/multirepo/config.rb', line 7

def verbose
  @verbose
end