Class: Me::Cli::SshConfigCommand
- Inherits:
-
Struct
- Object
- Struct
- Me::Cli::SshConfigCommand
- Defined in:
- lib/me/cli/ssh_config_command.rb
Instance Attribute Summary collapse
-
#identity_name ⇒ Object
Returns the value of attribute identity_name.
-
#keys ⇒ Object
Returns the value of attribute keys.
Instance Method Summary collapse
Instance Attribute Details
#identity_name ⇒ Object
Returns the value of attribute identity_name
6 7 8 |
# File 'lib/me/cli/ssh_config_command.rb', line 6 def identity_name @identity_name end |
#keys ⇒ Object
Returns the value of attribute keys
6 7 8 |
# File 'lib/me/cli/ssh_config_command.rb', line 6 def keys @keys end |
Instance Method Details
#call ⇒ Object
7 8 9 10 |
# File 'lib/me/cli/ssh_config_command.rb', line 7 def call ssh_config.configure current_ssh_config.build_view(SshConfigView) end |