Class: Me::SshConfig::Mapper

Inherits:
Object
  • Object
show all
Defined in:
lib/me/ssh_config.rb

Direct Known Subclasses

Mappers::SshConfigStore2

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keys, identity_name) ⇒ Mapper

Returns a new instance of Mapper.



56
57
# File 'lib/me/ssh_config.rb', line 56

def initialize(keys, identity_name)
end

Class Method Details

.find_by_identity(identity_name) ⇒ Object



53
54
# File 'lib/me/ssh_config.rb', line 53

def self.find_by_identity(identity_name)
end

Instance Method Details

#findObject



59
60
# File 'lib/me/ssh_config.rb', line 59

def find
end

#update(keys: nil, identity_name: nil) ⇒ Object



62
63
# File 'lib/me/ssh_config.rb', line 62

def update(keys: nil, identity_name: nil)
end