Class: VagrantBindfs::Bindfs::Validators::Runtime

Inherits:
Config
  • Object
show all
Defined in:
lib/vagrant-bindfs/bindfs/validators/runtime.rb

Instance Attribute Summary collapse

Attributes inherited from Config

#errors, #folder

Instance Method Summary collapse

Methods inherited from Config

#valid?

Constructor Details

#initialize(folder, machine) ⇒ Runtime

Returns a new instance of Runtime.



9
10
11
12
# File 'lib/vagrant-bindfs/bindfs/validators/runtime.rb', line 9

def initialize(folder, machine)
  super(folder)
  @machine = machine
end

Instance Attribute Details

#machineObject (readonly)

Returns the value of attribute machine.



7
8
9
# File 'lib/vagrant-bindfs/bindfs/validators/runtime.rb', line 7

def machine
  @machine
end