Class: SshyGuy::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/sshyguy/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#cycleObject

Returns the value of attribute cycle.



5
6
7
# File 'lib/sshyguy/config.rb', line 5

def cycle
  @cycle
end

#debugObject

Returns the value of attribute debug.



5
6
7
# File 'lib/sshyguy/config.rb', line 5

def debug
  @debug
end

#editorObject

Returns the value of attribute editor.



5
6
7
# File 'lib/sshyguy/config.rb', line 5

def editor
  @editor
end

#filterObject

Returns the value of attribute filter.



5
6
7
# File 'lib/sshyguy/config.rb', line 5

def filter
  @filter
end

#foldersObject

Returns the value of attribute folders.



5
6
7
# File 'lib/sshyguy/config.rb', line 5

def folders
  @folders
end

#include_shortcutObject

Returns the value of attribute include_shortcut.



5
6
7
# File 'lib/sshyguy/config.rb', line 5

def include_shortcut
  @include_shortcut
end

#serversObject

Returns the value of attribute servers.



5
6
7
# File 'lib/sshyguy/config.rb', line 5

def servers
  @servers
end

#ssh_defaultsObject

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

Returns:

  • (Boolean)


6
7
8
# File 'lib/sshyguy/config.rb', line 6

def cycle?
  cycle
end

#debug?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/sshyguy/config.rb', line 14

def debug?
  debug
end

#filter?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/sshyguy/config.rb', line 10

def filter?
  filter
end