Class: AzureTTS::Configuration
- Inherits:
-
Object
- Object
- AzureTTS::Configuration
- Defined in:
- lib/azure_tts.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#region ⇒ Object
Returns the value of attribute region.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
23 24 25 26 |
# File 'lib/azure_tts.rb', line 23 def initialize @api_key = nil @region = nil end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
21 22 23 |
# File 'lib/azure_tts.rb', line 21 def api_key @api_key end |
#region ⇒ Object
Returns the value of attribute region.
21 22 23 |
# File 'lib/azure_tts.rb', line 21 def region @region end |