Class: VagrantBindfs::Bindfs::Validators::Runtime
- Defined in:
- lib/vagrant-bindfs/bindfs/validators/runtime.rb
Instance Attribute Summary collapse
-
#machine ⇒ Object
readonly
Returns the value of attribute machine.
Attributes inherited from Config
Instance Method Summary collapse
-
#initialize(folder, machine) ⇒ Runtime
constructor
A new instance of Runtime.
Methods inherited from Config
Constructor Details
#initialize(folder, machine) ⇒ Runtime
Returns a new instance of Runtime.
8 9 10 11 |
# File 'lib/vagrant-bindfs/bindfs/validators/runtime.rb', line 8 def initialize(folder, machine) super(folder) @machine = machine end |
Instance Attribute Details
#machine ⇒ Object (readonly)
Returns the value of attribute machine.
6 7 8 |
# File 'lib/vagrant-bindfs/bindfs/validators/runtime.rb', line 6 def machine @machine end |