class Indocker::Volumes::External

Attributes

name[R]
path[R]

Public Class Methods

new(name, path) click to toggle source
# File lib/indocker/volumes/external.rb, line 4
def initialize(name, path)
  @name = name
  @path = path
end