accounts.rb 215 B

123456789101112
  1. # frozen_string_literal: true
  2. require 'yaml'
  3. require 'fog'
  4. require 'neoinfra/config'
  5. # NeoInfra Account information
  6. module NeoInfra
  7. # Provide informations about the accounts available
  8. class Accounts
  9. end
  10. end