Method: Vagrant::Plugin::V1::Plugin.data

Defined in:
lib/vagrant/plugin/v1/plugin.rb

.dataHash

Returns the internal data associated with this plugin. This should NOT be called by the general public.

Returns:

  • (Hash)


204
205
206
# File 'lib/vagrant/plugin/v1/plugin.rb', line 204

def self.data
  @data ||= {}
end