Class: Cohere::Transcribe::CLI::ParsedCommand
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::CLI::ParsedCommand
- Defined in:
- lib/cohere/transcribe/cli.rb
Instance Attribute Summary collapse
-
#audio ⇒ Object
readonly
Returns the value of attribute audio.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Attribute Details
#audio ⇒ Object (readonly)
Returns the value of attribute audio
40 41 42 |
# File 'lib/cohere/transcribe/cli.rb', line 40 def audio @audio end |
#options ⇒ Object (readonly)
Returns the value of attribute options
40 41 42 |
# File 'lib/cohere/transcribe/cli.rb', line 40 def @options end |