Class: VagrantPlugins::Dotvm::Config::AuthorizedKey

Inherits:
AbstractConfig show all
Defined in:
lib/vagrant-dotvm/config/authorizedkey.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from AbstractConfig

#populate, #replace_vars, #replace_vars!

Instance Attribute Details

#key ⇒ Object

Returns the value of attribute key.



7
8
9
# File 'lib/vagrant-dotvm/config/authorizedkey.rb', line 7

def key
  @key
end

#path ⇒ Object

Returns the value of attribute path.



6
7
8
# File 'lib/vagrant-dotvm/config/authorizedkey.rb', line 6

def path
  @path
end

#type ⇒ Object

Returns the value of attribute type.



5
6
7
# File 'lib/vagrant-dotvm/config/authorizedkey.rb', line 5

def type
  @type
end