module TrelloLeadTime

Constants

VERSION

Public Instance Methods

configure() { |Config| ... } click to toggle source
# File lib/trello_lead_time.rb, line 7
def configure
  yield Config
end

Private Instance Methods

reset!() click to toggle source
# File lib/trello_lead_time/config.rb, line 45
def reset!
  @organization_name          = nil
  @queue_time_lists           = nil
  @cycle_time_lists           = nil
  @list_name_matcher_for_done = nil
end