Sha256: 98552bfdb9b2b29f4e10aa50ec20ae3308529b7079a2c4bfac2d872d0d8e7795

Contents?: true

Size: 179 Bytes

Versions: 5

Compression:

Stored size: 179 Bytes

Contents

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.05 lib/bridge_blueprint/constants.rb
bridge_blueprint-0.0.04 lib/bridge_blueprint/constants.rb
bridge_blueprint-0.0.03 lib/bridge_blueprint/constants.rb
bridge_blueprint-0.0.02 lib/bridge_blueprint/constants.rb
bridge_blueprint-0.0.01 lib/bridge_blueprint/constants.rb