Class: VagrantBindfs::Bindfs::Validators::Runtime
- Defined in:
- lib/vagrant-bindfs/bindfs/validators/runtime.rb
Overview
:nodoc:
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.
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
#machine ⇒ Object (readonly)
Returns the value of attribute machine.
7 8 9 |
# File 'lib/vagrant-bindfs/bindfs/validators/runtime.rb', line 7 def machine @machine end |