Class: GitCli::Global

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/git_cli/global.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGlobal

Returns a new instance of Global.



26
27
28
# File 'lib/git_cli/global.rb', line 26

def initialize
  @logger = Tlogger.new
end

Instance Attribute Details

#loggerObject (readonly)

Returns the value of attribute logger.



25
26
27
# File 'lib/git_cli/global.rb', line 25

def logger
  @logger
end