Sha256: 5a9ce020c6fc907dd5d94843a244a50c0bebb11a25baf12afe7e9872a6f37dca

Contents?: true

Size: 325 Bytes

Versions: 3

Compression:

Stored size: 325 Bytes

Contents

module Longleaf
  # Application configuration field names
  class AppFields
    LOCATIONS = 'locations'
    SERVICES = 'services'
    SERVICE_MAPPINGS = 'service_mappings'
    SYSTEM = 'system'

    LOCATION_PATH = 'path'
    METADATA_CONFIG = 'metadata'
    METADATA_DIGESTS = 'digests'

    STORAGE_TYPE = 'type'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
longleaf-1.1.1 lib/longleaf/models/app_fields.rb
longleaf-1.1.0 lib/longleaf/models/app_fields.rb
longleaf-1.0.0 lib/longleaf/models/app_fields.rb