Class: ScrumLint::Configurator
- Inherits:
-
Object
- Object
- ScrumLint::Configurator
- Defined in:
- lib/scrum_lint/configurator.rb
Class Method Summary collapse
Class Method Details
.call ⇒ Object
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 |