Method: Writefully.github_app
- Defined in:
- lib/writefully/loader.rb
.github_app ⇒ Object
41 42 43 44 |
# File 'lib/writefully/loader.rb', line 41 def github_app @_github_app ||= Github.new(client_id: [:github_client], client_secret: [:github_secret]) end |