Class: Vinz::Clortho::KeyPathEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/vinz/clortho/ssh_key_path_manager.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path, initials = nil) ⇒ KeyPathEntry

Returns a new instance of KeyPathEntry.



10
11
12
13
# File 'lib/vinz/clortho/ssh_key_path_manager.rb', line 10

def initialize(path, initials = nil)
  @initials = initials
  @path = path
end

Instance Attribute Details

#initialsObject (readonly)

Returns the value of attribute initials.



9
10
11
# File 'lib/vinz/clortho/ssh_key_path_manager.rb', line 9

def initials
  @initials
end

#pathObject (readonly)

Returns the value of attribute path.



9
10
11
# File 'lib/vinz/clortho/ssh_key_path_manager.rb', line 9

def path
  @path
end