Class: FileInventoryRequest
- Inherits:
-
InventoryRequest
- Object
- ActiveRecord::Base
- ApplicationRecord
- InventoryRequest
- FileInventoryRequest
- Defined in:
- app/models/file_inventory_request.rb
Constant Summary
Constants inherited from InventoryRequest
InventoryRequest::COMPLETED, InventoryRequest::FAILED, InventoryRequest::PENDING, InventoryRequest::STALE
Instance Method Summary collapse
Methods inherited from InventoryRequest
Instance Method Details
#expiration_date ⇒ Object
7 8 9 |
# File 'app/models/file_inventory_request.rb', line 7 def expiration_date completion_time + 7.days end |
#output_file ⇒ Object
3 4 5 |
# File 'app/models/file_inventory_request.rb', line 3 def output_file request_details["output_file"] end |