Class: HornOfPlenty::Adapters::Github::Configuration
- Inherits:
-
Object
- Object
- HornOfPlenty::Adapters::Github::Configuration
- Includes:
- Singleton
- Defined in:
- lib/horn_of_plenty/adapters/github/configuration.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
21 22 23 |
# File 'lib/horn_of_plenty/adapters/github/configuration.rb', line 21 def logger @logger end |
#token ⇒ Object
Returns the value of attribute token.
21 22 23 |
# File 'lib/horn_of_plenty/adapters/github/configuration.rb', line 21 def token @token end |
Instance Method Details
#api_version ⇒ Object
28 29 30 |
# File 'lib/horn_of_plenty/adapters/github/configuration.rb', line 28 def api_version 'inertia-preview' end |
#base_url ⇒ Object
24 25 26 |
# File 'lib/horn_of_plenty/adapters/github/configuration.rb', line 24 def base_url 'https://api.github.com' end |