Class: Cohere::Transcribe::State::PublicationVerification

Inherits:
Data
  • Object
show all
Defined in:
lib/cohere/transcribe/state/manifest.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#generation_idObject (readonly)

Returns the value of attribute generation_id

Returns:

  • (Object)

    the current value of generation_id



8
9
10
# File 'lib/cohere/transcribe/state/manifest.rb', line 8

def generation_id
  @generation_id
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



8
9
10
# File 'lib/cohere/transcribe/state/manifest.rb', line 8

def reason
  @reason
end

#verifiedObject (readonly)

Returns the value of attribute verified

Returns:

  • (Object)

    the current value of verified



8
9
10
# File 'lib/cohere/transcribe/state/manifest.rb', line 8

def verified
  @verified
end

Instance Method Details

#verified?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/cohere/transcribe/state/manifest.rb', line 9

def verified?
  verified
end