class Knj::Fs::Ssh
Public Class Methods
args()
click to toggle source
# File lib/knj/fs/drivers/ssh.rb, line 2 def self.args return [ { "title" => "Hostname", "name" => "texhostname" }, { "title" => "Port", "name" => "texport" }, { "title" => "Username", "name" => "texusername" }, { "title" => "Password", "name" => "texpassword", "type" => "password" } ] end
new(args)
click to toggle source
# File lib/knj/fs/drivers/ssh.rb, line 24 def initialize(args) @args = args raise "Stub!" end