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.



210
211
212
# File 'lib/local_dsl.rb', line 210

def initialize(path)
  @path = path
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



209
210
211
# File 'lib/local_dsl.rb', line 209

def path
  @path
end

Instance Method Details

#readObject



213
214
215
# File 'lib/local_dsl.rb', line 213

def read
  UndefinedOnLocal.new
end