class Fetcher::Opts

Public Instance Methods

output_path() click to toggle source
# File lib/fetcher/cli/opts.rb, line 10
def output_path
  @output_path || '.'
end
output_path=( value ) click to toggle source
# File lib/fetcher/cli/opts.rb, line 6
def output_path=( value )
  @output_path = value
end