Exception: Cohere::Transcribe::Doctor::EarlyExit
- Inherits:
-
StandardError
- Object
- StandardError
- Cohere::Transcribe::Doctor::EarlyExit
- Defined in:
- lib/cohere/transcribe/doctor.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.
37 38 39 40 |
# File 'lib/cohere/transcribe/doctor.rb', line 37 def initialize(status = 0) @status = status super() end |
Instance Attribute Details
#status ⇒ Object (readonly)
Returns the value of attribute status.
35 36 37 |
# File 'lib/cohere/transcribe/doctor.rb', line 35 def status @status end |