Method: Cuboid::State::Application#available_status_messages
- Defined in:
- lib/cuboid/state/application.rb
#available_status_messages ⇒ Hash{Symbol=>String}
Returns All possible #status_messages by type.
56 57 58 59 60 61 62 63 64 |
# File 'lib/cuboid/state/application.rb', line 56 def { suspending: 'Will suspend as soon as the current page is audited.', saving_snapshot: 'Saving snapshot at: %s', snapshot_location: 'Snapshot location: %s', aborting: 'Aborting the scan.', timed_out: 'Scan timed out.' } end |