Module: SpeechCloud::Config

Defined in:
lib/speechcloud/configuration.rb

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



3
4
5
# File 'lib/speechcloud/configuration.rb', line 3

def api_key
  @api_key
end

.codec_idObject

Returns the value of attribute codec_id.



3
4
5
# File 'lib/speechcloud/configuration.rb', line 3

def codec_id
  @codec_id
end

.emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/speechcloud/configuration.rb', line 3

def email
  @email
end

.voice_idObject

Returns the value of attribute voice_id.



3
4
5
# File 'lib/speechcloud/configuration.rb', line 3

def voice_id
  @voice_id
end