Class: AnkiTranslator::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/vocab_to_anki/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headless_modeObject

Returns the value of attribute headless_mode.



5
6
7
# File 'lib/vocab_to_anki/configuration.rb', line 5

def headless_mode
  @headless_mode
end

#merriam_webster_api_keyObject

Returns the value of attribute merriam_webster_api_key.



5
6
7
# File 'lib/vocab_to_anki/configuration.rb', line 5

def merriam_webster_api_key
  @merriam_webster_api_key
end

#merriam_webster_api_urlObject

Returns the value of attribute merriam_webster_api_url.



5
6
7
# File 'lib/vocab_to_anki/configuration.rb', line 5

def merriam_webster_api_url
  @merriam_webster_api_url
end

#selenium_driverObject

Returns the value of attribute selenium_driver.



5
6
7
# File 'lib/vocab_to_anki/configuration.rb', line 5

def selenium_driver
  @selenium_driver
end

#sourcesObject

Returns the value of attribute sources.



5
6
7
# File 'lib/vocab_to_anki/configuration.rb', line 5

def sources
  @sources
end