Class: Kitsune::Kit::Configuration::Provider
- Inherits:
-
Object
- Object
- Kitsune::Kit::Configuration::Provider
- Defined in:
- lib/kitsune/kit/configuration.rb
Instance Method Summary collapse
-
#initialize(name: "digitalocean", token_env: "DO_API_TOKEN") ⇒ Provider
constructor
A new instance of Provider.
Constructor Details
#initialize(name: "digitalocean", token_env: "DO_API_TOKEN") ⇒ Provider
Returns a new instance of Provider.
16 17 18 |
# File 'lib/kitsune/kit/configuration.rb', line 16 def initialize(name: "digitalocean", token_env: "DO_API_TOKEN") super(name: name.to_s, token_env: token_env.to_s) end |