lib/knj/fs/drivers/ftp.rb in knjrbfw-0.0.8 vs lib/knj/fs/drivers/ftp.rb in knjrbfw-0.0.9
- old
+ new
@@ -1,33 +1,33 @@
class Knj::Fs::Ftp
- def self.args
- return [
- {
- "title" => "Hostname",
- "name" => "texhost"
- },
- {
- "title" => "Port",
- "name" => "texport"
- },
- {
- "title" => "Username",
- "name" => "texusername"
- },
- {
- "title" => "Password",
- "name" => "texpassword",
- "type" => "password"
- },
- {
- "title" => "Passive?",
- "name" => "chepassive",
- "type" => "checkbox"
- }
- ]
- end
-
- def initialize(args)
- @args = args
- raise "Stub!"
- end
+ def self.args
+ return [
+ {
+ "title" => "Hostname",
+ "name" => "texhost"
+ },
+ {
+ "title" => "Port",
+ "name" => "texport"
+ },
+ {
+ "title" => "Username",
+ "name" => "texusername"
+ },
+ {
+ "title" => "Password",
+ "name" => "texpassword",
+ "type" => "password"
+ },
+ {
+ "title" => "Passive?",
+ "name" => "chepassive",
+ "type" => "checkbox"
+ }
+ ]
+ end
+
+ def initialize(args)
+ @args = args
+ raise "Stub!"
+ end
end
\ No newline at end of file