Method: Flagit::Configuration#config_to_json
- Defined in:
- lib/flagit/configuration.rb
#config_to_json ⇒ Object
12 13 14 15 16 17 18 19 |
# File 'lib/flagit/configuration.rb', line 12 def config_to_json { consumer_key: consumer_key, consumer_secret: consumer_secret, access_token: access_token, access_token_secret: access_token_secret }.to_json end |