module Redk::CapnPanda

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/redk/capn_panda.rb, line 21
def self.config
  @config ||= Config.load
end
gerrit() click to toggle source
# File lib/redk/capn_panda.rb, line 29
def self.gerrit
  @gerrit ||= Gerrit.from_keychain
end
git() click to toggle source
# File lib/redk/capn_panda.rb, line 25
def self.git
  @git ||= Git.open(Dir.pwd)
end
jira() click to toggle source
# File lib/redk/capn_panda.rb, line 33
def self.jira
  @jira ||= JiraClient.from_keychain
end