Class: SshyGuy::Config
- Inherits:
-
Object
- Object
- SshyGuy::Config
- Defined in:
- lib/sshyguy/config.rb
Instance Attribute Summary collapse
-
#cycle ⇒ Object
Returns the value of attribute cycle.
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#editor ⇒ Object
Returns the value of attribute editor.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#folders ⇒ Object
Returns the value of attribute folders.
-
#include_shortcut ⇒ Object
Returns the value of attribute include_shortcut.
-
#servers ⇒ Object
Returns the value of attribute servers.
-
#ssh_defaults ⇒ Object
Returns the value of attribute ssh_defaults.
Instance Method Summary collapse
Instance Attribute Details
#cycle ⇒ Object
Returns the value of attribute cycle.
5 6 7 |
# File 'lib/sshyguy/config.rb', line 5 def cycle @cycle end |
#debug ⇒ Object
Returns the value of attribute debug.
5 6 7 |
# File 'lib/sshyguy/config.rb', line 5 def debug @debug end |
#editor ⇒ Object
Returns the value of attribute editor.
5 6 7 |
# File 'lib/sshyguy/config.rb', line 5 def editor @editor end |
#filter ⇒ Object
Returns the value of attribute filter.
5 6 7 |
# File 'lib/sshyguy/config.rb', line 5 def filter @filter end |
#folders ⇒ Object
Returns the value of attribute folders.
5 6 7 |
# File 'lib/sshyguy/config.rb', line 5 def folders @folders end |
#include_shortcut ⇒ Object
Returns the value of attribute include_shortcut.
5 6 7 |
# File 'lib/sshyguy/config.rb', line 5 def include_shortcut @include_shortcut end |
#servers ⇒ Object
Returns the value of attribute servers.
5 6 7 |
# File 'lib/sshyguy/config.rb', line 5 def servers @servers end |
#ssh_defaults ⇒ Object
Returns the value of attribute ssh_defaults.
5 6 7 |
# File 'lib/sshyguy/config.rb', line 5 def ssh_defaults @ssh_defaults end |
Instance Method Details
#cycle? ⇒ Boolean
6 7 8 |
# File 'lib/sshyguy/config.rb', line 6 def cycle? cycle end |
#debug? ⇒ Boolean
14 15 16 |
# File 'lib/sshyguy/config.rb', line 14 def debug? debug end |
#filter? ⇒ Boolean
10 11 12 |
# File 'lib/sshyguy/config.rb', line 10 def filter? filter end |