Class: IvonaSpeechCloud::ListVoices
- Inherits:
-
Object
- Object
- IvonaSpeechCloud::ListVoices
- Includes:
- Runner
- Defined in:
- lib/ivona_speech_cloud/list_voices.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(client, *options) ⇒ IvonaSpeechCloud::Voice
constructor
Initializes a new Voice object.
Methods included from Runner
Constructor Details
#initialize(client, *options) ⇒ IvonaSpeechCloud::Voice
Initializes a new Voice object
12 13 14 15 16 |
# File 'lib/ivona_speech_cloud/list_voices.rb', line 12 def initialize(client, *) @client = client @options = @path = "/ListVoices" end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
3 4 5 |
# File 'lib/ivona_speech_cloud/list_voices.rb', line 3 def @options end |