Class: Kreuzberg::EnrichStatusPending

Inherits:
Data
  • Object
show all
Extended by:
T::Sig
Includes:
EnrichStatus
Defined in:
lib/kreuzberg/native.rb

Overview

Job submitted; processing has not yet started or is in progress.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.from_hash(hash) ⇒ Object



3982
3983
3984
# File 'lib/kreuzberg/native.rb', line 3982

def self.from_hash(hash)
  new
end

Instance Method Details

#completed?Boolean

Returns:

  • (Boolean)


3976
# File 'lib/kreuzberg/native.rb', line 3976

def completed? = false

#failed?Boolean

Returns:

  • (Boolean)


3978
3979
3980
# File 'lib/kreuzberg/native.rb', line 3978

def failed? = false
# @param hash [Hash] deserialized from the native extension
# @return [self]

#pending?Boolean

Returns:

  • (Boolean)


3974
# File 'lib/kreuzberg/native.rb', line 3974

def pending? = true