Sha256: f8056be25cf1093118d6624b823d08f0dca3645378b4dfcb93d0ef724b04b25e

Contents?: true

Size: 540 Bytes

Versions: 4

Compression:

Stored size: 540 Bytes

Contents

# frozen_string_literal: true

#
# Copyright (c) 2019-present, Blue Marble Payroll, LLC
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
#

module Proforma
  module Modeling
    module Types
      # Abstract positioning. Describes how to position something (somewhere).
      # Most likely use-case is for vertial/horizontal text alignment.
      module Align
        LEFT    = :left
        CENTER  = :center
        RIGHT   = :right
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
proforma-1.0.2 lib/proforma/modeling/types/align.rb
proforma-1.0.1 lib/proforma/modeling/types/align.rb
proforma-1.0.0 lib/proforma/modeling/types/align.rb
proforma-1.0.0.pre.alpha lib/proforma/modeling/types/align.rb