aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/config/provider.rb
blob: 224e57b38bfb49d51d3697a6c2e317abc0be51a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Configuration class for provider.json
#

module LeapCli; module Config
  class Provider < Object
    def provider
      self
    end
  end
end; end