Class: Fetcher::Opts

Inherits:
Object
  • Object
show all
Defined in:
lib/fetcher/cli/opts.rb

Instance Method Summary collapse

Instance Method Details

#output_pathObject



10
11
12
# File 'lib/fetcher/cli/opts.rb', line 10

def output_path
  @output_path || '.'
end

#output_path=(value) ⇒ Object



6
7
8
# File 'lib/fetcher/cli/opts.rb', line 6

def output_path=( value )
  @output_path = value
end