qasim/map.rb
2009-05-22 21:01:23 +00:00

12 lines
111 B
Ruby

module SshfsMapper
class Map
def initialize
@host = nil
@port = 22
@user = nil
end
end
end