Class: Cohere::Transcribe::State::PublicationVerification
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::State::PublicationVerification
- Defined in:
- lib/cohere/transcribe/state/manifest.rb
Instance Attribute Summary collapse
-
#generation_id ⇒ Object
readonly
Returns the value of attribute generation_id.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#verified ⇒ Object
readonly
Returns the value of attribute verified.
Instance Method Summary collapse
Instance Attribute Details
#generation_id ⇒ Object (readonly)
Returns the value of attribute generation_id
8 9 10 |
# File 'lib/cohere/transcribe/state/manifest.rb', line 8 def generation_id @generation_id end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
8 9 10 |
# File 'lib/cohere/transcribe/state/manifest.rb', line 8 def reason @reason end |
#verified ⇒ Object (readonly)
Returns the value of attribute verified
8 9 10 |
# File 'lib/cohere/transcribe/state/manifest.rb', line 8 def verified @verified end |
Instance Method Details
#verified? ⇒ Boolean
9 10 11 |
# File 'lib/cohere/transcribe/state/manifest.rb', line 9 def verified? verified end |