Class: Subfinder::Config

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

Class Attribute Summary collapse

Class Attribute Details

.debugObject

Returns the value of attribute debug.



5
6
7
# File 'lib/subfinder/config.rb', line 5

def debug
  @debug
end

.languageObject

Returns the value of attribute language.



5
6
7
# File 'lib/subfinder/config.rb', line 5

def language
  @language
end

.subtitlesObject

Returns the value of attribute subtitles.



5
6
7
# File 'lib/subfinder/config.rb', line 5

def subtitles
  @subtitles
end

.urlObject

Returns the value of attribute url.



5
6
7
# File 'lib/subfinder/config.rb', line 5

def url
  @url
end

.video_formatsObject

Returns the value of attribute video_formats.



5
6
7
# File 'lib/subfinder/config.rb', line 5

def video_formats
  @video_formats
end

.working_dirObject

Returns the value of attribute working_dir.



5
6
7
# File 'lib/subfinder/config.rb', line 5

def working_dir
  @working_dir
end