Sha256: 0c300b303ec129c24015eb46a85fec8fd83975a4179602f55aa7453acd0c9ac4

Contents?: true

Size: 120 Bytes

Versions: 3

Compression:

Stored size: 120 Bytes

Contents

module Phantom
  module Status
    OK = 'OK'
    ABORTED = 'Aborted'
    ERROR = 'Error'
    PAUSED = 'Paused'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phantom-0.0.3.pre lib/phantom/status.rb
phantom-0.0.2.pre lib/phantom/status.rb
phantom-0.0.1 lib/phantom/status.rb