Sha256: 6fa8252059050afcbb30d37655da56db95d3d31dcba5f91cf89293f594764fbd

Contents?: true

Size: 210 Bytes

Versions: 5

Compression:

Stored size: 210 Bytes

Contents

# frozen_string_literal: true

module BridgeBlueprint
  class Constants
    STATUS_FAILED = 'failed'
    STATUS_PENDING = 'pending'
    STATUS_COMPLETE = 'complete'
    STATUS_NOT_FOUND = 'not_found'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bridge_blueprint-0.0.10 lib/bridge_blueprint/constants.rb
bridge_blueprint-0.0.9 lib/bridge_blueprint/constants.rb
bridge_blueprint-0.0.8 lib/bridge_blueprint/constants.rb
bridge_blueprint-0.0.7 lib/bridge_blueprint/constants.rb
bridge_blueprint-0.0.06 lib/bridge_blueprint/constants.rb