Class: Envjs::Net::File::Get
- Inherits:
-
Object
- Object
- Envjs::Net::File::Get
- Defined in:
- lib/envjs/net/file.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path) ⇒ Get
constructor
A new instance of Get.
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
#path ⇒ Object
Returns the value of attribute path.
8 9 10 |
# File 'lib/envjs/net/file.rb', line 8 def path @path end |