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

#convert_array, #ensure_type, #populate

Instance Attribute Details

#keyObject

Returns the value of attribute key.



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

def key
  @key
end

#pathObject

Returns the value of attribute path.



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

def path
  @path
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end