Class: Fal::Status::InProgress

Inherits:
Base
  • Object
show all
Defined in:
lib/fal/status.rb

Overview

Request is currently being processed

Instance Attribute Summary

Attributes inherited from Base

#raw_data

Instance Method Summary collapse

Methods inherited from Base

#completed?, #initialize, #queued?

Constructor Details

This class inherits a constructor from Fal::Status::Base

Instance Method Details

#in_progress?Boolean

Returns:

  • (Boolean)


43
44
45
# File 'lib/fal/status.rb', line 43

def in_progress?
  true
end

#logsObject



39
40
41
# File 'lib/fal/status.rb', line 39

def logs
  raw_data["logs"] || []
end