Class: GitPusher::Context

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/gitpusher/context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config.



5
6
7
# File 'lib/gitpusher/context.rb', line 5

def config
  @config
end

#homeObject

Returns the value of attribute home.



5
6
7
# File 'lib/gitpusher/context.rb', line 5

def home
  @home
end

#processesObject

Returns the value of attribute processes.



5
6
7
# File 'lib/gitpusher/context.rb', line 5

def processes
  @processes
end