Class: RemoteFile

Inherits:
Object
  • Object
show all
Defined in:
lib/local_dsl.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ RemoteFile

Returns a new instance of RemoteFile.



182
183
184
# File 'lib/local_dsl.rb', line 182

def initialize(path)
  @path = path
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



181
182
183
# File 'lib/local_dsl.rb', line 181

def path
  @path
end

Instance Method Details

#readObject



185
186
187
# File 'lib/local_dsl.rb', line 185

def read
  UndefinedOnLocal.new
end