Class: VagrantPlugins::BoxGCS::Plugin
- Inherits:
-
Object
- Object
- VagrantPlugins::BoxGCS::Plugin
- Defined in:
- lib/vagrant-box-gcs/plugin.rb
Class Method Summary collapse
Class Method Details
.init! ⇒ Object
14 15 16 17 18 19 20 21 22 |
# File 'lib/vagrant-box-gcs/plugin.rb', line 14 def self.init! return if defined?(@_init) ENV['GOOGLE_AUTH_SUPPRESS_CREDENTIALS_WARNINGS'] = 'true' require_relative 'storage' require_relative 'extensions/box_add' require_relative 'extensions/box' @_init = true end |