class CLI::ErrorNotDirectory

Attributes

file[R]

Public Class Methods

new(file) click to toggle source
# File lib/gdrive-lib.rb, line 10
def initialize(file)
  @file = file
end