module Gawky
Constants
- VERSION
Public Class Methods
github()
click to toggle source
# File lib/gawky.rb, line 11 def self.github Github.new oauth_token: @@configuration['token'] end
max_elapsed_days()
click to toggle source
# File lib/gawky.rb, line 15 def self.max_elapsed_days @@configuration['maxElapsedDays'] end