Sha256: 652e26513be00511116512f99b33c9229b6259afe2445b14a47f7b1ca5aec472

Contents?: true

Size: 262 Bytes

Versions: 1

Compression:

Stored size: 262 Bytes

Contents

# frozen_string_literal: true

module Strict
  module Attributes
    module Configured
      CONSTANT = :STRICT_INTERNAL_ATTRIBUTES_CONFIGURATION__

      def strict_attributes
        self::STRICT_INTERNAL_ATTRIBUTES_CONFIGURATION__
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
strict-1.0.0 lib/strict/attributes/configured.rb