Class: Subfinder::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/subfinder/config.rb

Overview

Configuration for different running modes

Class Attribute Summary collapse

Class Attribute Details

.debugObject

Returns the value of attribute debug.



8
9
10
# File 'lib/subfinder/config.rb', line 8

def debug
  @debug
end

.languageObject

Returns the value of attribute language.



8
9
10
# File 'lib/subfinder/config.rb', line 8

def language
  @language
end

.quietObject

Returns the value of attribute quiet.



8
9
10
# File 'lib/subfinder/config.rb', line 8

def quiet
  @quiet
end

.subtitlesObject

Returns the value of attribute subtitles.



8
9
10
# File 'lib/subfinder/config.rb', line 8

def subtitles
  @subtitles
end

.urlObject

Returns the value of attribute url.



8
9
10
# File 'lib/subfinder/config.rb', line 8

def url
  @url
end

.video_formatsObject

Returns the value of attribute video_formats.



8
9
10
# File 'lib/subfinder/config.rb', line 8

def video_formats
  @video_formats
end

.working_dirObject

Returns the value of attribute working_dir.



8
9
10
# File 'lib/subfinder/config.rb', line 8

def working_dir
  @working_dir
end