Class: Me::Cli::SshNotConfiguredView
- Inherits:
-
Struct
- Object
- Struct
- Me::Cli::SshNotConfiguredView
- Defined in:
- lib/me/cli/ssh_not_configured_view.rb
Instance Attribute Summary collapse
-
#cause ⇒ Object
Returns the value of attribute cause.
-
#identity ⇒ Object
Returns the value of attribute identity.
Instance Method Summary collapse
Instance Attribute Details
#cause ⇒ Object
Returns the value of attribute cause
3 4 5 |
# File 'lib/me/cli/ssh_not_configured_view.rb', line 3 def cause @cause end |
#identity ⇒ Object
Returns the value of attribute identity
3 4 5 |
# File 'lib/me/cli/ssh_not_configured_view.rb', line 3 def identity @identity end |
Instance Method Details
#to_s ⇒ Object
4 5 6 |
# File 'lib/me/cli/ssh_not_configured_view.rb', line 4 def to_s "Error '#{cause}' occurred. Details: Looks like ssh is not configured for '#{identity}' identity." end |