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.



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

def initialize(path)
  @path = path
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



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

def path
  @path
end

Instance Method Details

#readObject



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

def read
  UndefinedOnLocal.new
end