Class: Slurper::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/slurper/config.rb

Class Method Summary collapse

Class Method Details

.trello_application_keyObject



5
# File 'lib/slurper/config.rb', line 5

def self.trello_application_key; @trello_application_key ||= yaml['trello_application_key'] end

.trello_board_idObject



6
# File 'lib/slurper/config.rb', line 6

def self.trello_board_id; @trello_board_id ||= yaml['trello_board_id'] end