Module: Credman

Defined in:
lib/credman.rb,
lib/credman.rb,
lib/credman/get.rb,
lib/credman/set.rb,
lib/credman/base.rb,
lib/credman/diff.rb,
lib/credman/init.rb,
lib/credman/list.rb,
lib/credman/delete.rb,
lib/credman/version.rb,
lib/credman/commands.rb,
lib/credman/conflicts.rb,
lib/credman/configuration.rb

Defined Under Namespace

Modules: CLI Classes: Base, Configuration, Conflicts, Delete, Diff, Get, Init, List, Set

Constant Summary collapse

VERSION =
"0.0.7".freeze

Class Method Summary collapse

Class Method Details

.configurationObject



11
12
13
# File 'lib/credman.rb', line 11

def self.configuration
  Credman::Configuration.instance
end