Module: Sinatra::Hellhound::GithubHelpers
- Defined in:
- lib/hellhound.rb
Instance Method Summary collapse
Instance Method Details
#create_or_retrieve_github_user ⇒ Object
57 58 59 |
# File 'lib/hellhound.rb', line 57 def create_or_retrieve_github_user raise Exception "Github support is not yet implemented" end |
#get_credentials ⇒ Object
53 54 55 |
# File 'lib/hellhound.rb', line 53 def get_credentials raise Exception "Github support is not yet implemented" end |