Class: AzureBatchTranscription::Configuration
- Inherits:
-
Object
- Object
- AzureBatchTranscription::Configuration
- Defined in:
- lib/azure_batch_transcription/configuration.rb
Overview
Configurator pattern to be able to change the subscription key. By default the key is in a .env file
Instance Attribute Summary collapse
-
#subscription_key ⇒ Object
Returns the value of attribute subscription_key.
Instance Attribute Details
#subscription_key ⇒ Object
Returns the value of attribute subscription_key.
9 10 11 |
# File 'lib/azure_batch_transcription/configuration.rb', line 9 def subscription_key @subscription_key end |