Exception: Cohere::Transcribe::CLI::EarlyExit
- Inherits:
-
StandardError
- Object
- StandardError
- Cohere::Transcribe::CLI::EarlyExit
- Defined in:
- lib/cohere/transcribe/cli.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(status = 0) ⇒ EarlyExit
constructor
A new instance of EarlyExit.
Constructor Details
#initialize(status = 0) ⇒ EarlyExit
Returns a new instance of EarlyExit.
45 46 47 48 |
# File 'lib/cohere/transcribe/cli.rb', line 45 def initialize(status = 0) @status = status super() end |
Instance Attribute Details
#status ⇒ Object (readonly)
Returns the value of attribute status.
43 44 45 |
# File 'lib/cohere/transcribe/cli.rb', line 43 def status @status end |