Class: Fal::Status::Completed
Overview
Request has completed successfully
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#in_progress?, #initialize, #queued?
Constructor Details
This class inherits a constructor from Fal::Status::Base
Instance Method Details
#completed? ⇒ Boolean
58 59 60 |
# File 'lib/fal/status.rb', line 58 def completed? true end |
#logs ⇒ Object
50 51 52 |
# File 'lib/fal/status.rb', line 50 def logs raw_data["logs"] || [] end |
#metrics ⇒ Object
54 55 56 |
# File 'lib/fal/status.rb', line 54 def metrics raw_data["metrics"] || {} end |