Class: Envjs::Net::File::Get

Inherits:
Object
  • Object
show all
Defined in:
lib/envjs/net/file.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ Get

Returns a new instance of Get.



13
14
15
# File 'lib/envjs/net/file.rb', line 13

def initialize path
  @path = path
end

Instance Attribute Details

#pathObject

Returns the value of attribute path.



12
13
14
# File 'lib/envjs/net/file.rb', line 12

def path
  @path
end