class Indocker::EnvFiles::Remote
Attributes
name[R]
path[R]
Public Class Methods
new(name, path)
click to toggle source
# File lib/indocker/env_files/remote.rb, line 4 def initialize(name, path) @name = name @path = path end