a2b00e87ae
git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1363 eaee96b3-f302-0410-b096-c6cfd47f7835
12 lines
111 B
Ruby
12 lines
111 B
Ruby
module SshfsMapper
|
|
class Map
|
|
def initialize
|
|
@host = nil
|
|
@port = 22
|
|
@user = nil
|
|
|
|
|
|
end
|
|
|
|
end
|
|
end
|