Class: AnkiTranslator::Configuration
- Inherits:
-
Object
- Object
- AnkiTranslator::Configuration
- Defined in:
- lib/vocab_to_anki/configuration.rb
Instance Attribute Summary collapse
-
#headless_mode ⇒ Object
Returns the value of attribute headless_mode.
-
#merriam_webster_api_key ⇒ Object
Returns the value of attribute merriam_webster_api_key.
-
#merriam_webster_api_url ⇒ Object
Returns the value of attribute merriam_webster_api_url.
-
#selenium_driver ⇒ Object
Returns the value of attribute selenium_driver.
-
#sources ⇒ Object
Returns the value of attribute sources.
Instance Attribute Details
#headless_mode ⇒ Object
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_key ⇒ Object
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_url ⇒ Object
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_driver ⇒ Object
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 |
#sources ⇒ Object
Returns the value of attribute sources.
5 6 7 |
# File 'lib/vocab_to_anki/configuration.rb', line 5 def sources @sources end |