Class: Fal::Status::InProgress
Overview
Request is currently being processed
Instance Attribute Summary
Attributes inherited from Base
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
43 44 45 |
# File 'lib/fal/status.rb', line 43 def in_progress? true end |
#logs ⇒ Object
39 40 41 |
# File 'lib/fal/status.rb', line 39 def logs raw_data["logs"] || [] end |