Add Remote::FS#remote attribute reader
This commit is contained in:
@@ -4,6 +4,8 @@ module Producer
|
||||
class FS
|
||||
require 'net/sftp'
|
||||
|
||||
attr_reader :remote
|
||||
|
||||
def initialize(remote)
|
||||
@remote = remote
|
||||
end
|
||||
|
Reference in New Issue
Block a user