Class: Vinz::Clortho::KeyPathEntry
- Inherits:
-
Object
- Object
- Vinz::Clortho::KeyPathEntry
- Defined in:
- lib/vinz/clortho/ssh_key_path_manager.rb
Instance Attribute Summary collapse
-
#initials ⇒ Object
readonly
Returns the value of attribute initials.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path, initials = nil) ⇒ KeyPathEntry
constructor
A new instance of KeyPathEntry.
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
#initials ⇒ Object (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 |
#path ⇒ Object (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 |