Class: AzureTTS::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_keyObject

Returns the value of attribute api_key.



21
22
23
# File 'lib/azure_tts.rb', line 21

def api_key
  @api_key
end

#regionObject

Returns the value of attribute region.



21
22
23
# File 'lib/azure_tts.rb', line 21

def region
  @region
end