class Ovh::Configuration

Defined in:

ovh/configuration.cr

Constant Summary

ENV_PREFIX = "OVH"
NAME = "ovh.conf"
VARS = {:Endpoint => "endpoint", :Key => "application_key", :Secret => "application_secret", :ConsumerKey => "consumer_key"}

Class Method Summary

Class Method Detail

def self.load(endpoint) #

[View source]