Create a types namespace and add direct type
This commit is contained in:
parent
22e34e87e9
commit
757b97b882
13
plugins/commands/serve/types/direct.rb
Normal file
13
plugins/commands/serve/types/direct.rb
Normal file
@ -0,0 +1,13 @@
|
||||
module VagrantPlugins
|
||||
module CommandServe
|
||||
module Types
|
||||
class Direct
|
||||
attr_accessor :args
|
||||
|
||||
def initialize(arguments:)
|
||||
@args = arguments
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
x
Reference in New Issue
Block a user