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.



9
10
11
# File 'lib/envjs/net/file.rb', line 9

def initialize path
  @path = path
end

Instance Attribute Details

#pathObject

Returns the value of attribute path.



8
9
10
# File 'lib/envjs/net/file.rb', line 8

def path
  @path
end