12 lines
280 B
Ruby
12 lines
280 B
Ruby
module Vagrant
|
|
module Plugin
|
|
module V1
|
|
# This is the base class for a provider for the V1 API. A provider
|
|
# is responsible for creating compute resources to match the needs
|
|
# of a Vagrant-configured system.
|
|
class Provider
|
|
end
|
|
end
|
|
end
|
|
end
|