Sha256: 3a54a4d3a83a891d963bdd287ed0f277f0ee697459886374d1784ba3d0686a2d

Contents?: true

Size: 398 Bytes

Versions: 4

Compression:

Stored size: 398 Bytes

Contents

class Knj::Fs::Ssh
	def self.args
		return [
			{
				"title" => "Hostname",
				"name" => "texhostname"
			},
			{
				"title" => "Port",
				"name" => "texport"
			},
			{
				"title" => "Username",
				"name" => "texusername"
			},
			{
				"title" => "Password",
				"name" => "texpassword",
				"type" => "password"
			}
		]
	end
	
	def initialize(args)
		@args = args
		raise "Stub!"
	end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
knjrbfw-0.0.8 lib/knj/fs/drivers/ssh.rb
knjrbfw-0.0.7 lib/knj/fs/drivers/ssh.rb
knjrbfw-0.0.4 lib/knj/fs/drivers/ssh.rb
knjrbfw-0.0.3 lib/knj/fs/drivers/ssh.rb