class Envjs::Net::File::Get

Attributes

path[RW]

Public Class Methods

new(path) click to toggle source
# File lib/envjs/net/file.rb, line 9
def initialize path
  @path = path
end