Class: SecretHub::Commands::Base

Inherits:
MisterBin::Command
  • Object
show all
Includes:
Colsole
Defined in:
lib/secret_hub/commands/base.rb

Direct Known Subclasses

Bulk, Org, Repo

Instance Method Summary collapse

Instance Method Details

#githubObject



10
11
12
# File 'lib/secret_hub/commands/base.rb', line 10

def github
  @github ||= GitHubClient.new
end