Class: ScrumLint::Configurator

Inherits:
Object
  • Object
show all
Defined in:
lib/scrum_lint/configurator.rb

Class Method Summary collapse

Class Method Details

.callObject



5
6
7
8
9
10
# File 'lib/scrum_lint/configurator.rb', line 5

def self.call
  Trello.configure do |trello_config|
    trello_config.developer_public_key = trello_developer_public_key
    trello_config.member_token = trello_member_token
  end
end