Sha256: 06e728436a87da6aa5da3ab7e6403663aeb3d6cef3edd72401f54fe5a1efa170
Contents?: true
Size: 730 Bytes
Versions: 6
Compression:
Stored size: 730 Bytes
Contents
module VagrantPlugins module Invade module Generator module MachinePart autoload :VM, 'vagrant-invade/generator/machine_part/vm' autoload :Network, 'vagrant-invade/generator/machine_part/network' autoload :SSH, 'vagrant-invade/generator/machine_part/ssh' autoload :Provider, 'vagrant-invade/generator/machine_part/provider' autoload :SyncedFolder, 'vagrant-invade/generator/machine_part/synced_folder' autoload :Provision, 'vagrant-invade/generator/machine_part/provision' autoload :Plugin, 'vagrant-invade/generator/machine_part/plugin' attr_accessor :machine_part def initialize(machine_part) end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems