Sha256: 8ca3c85d934015328748143639e33db5acd4ff50c761a27f23e1e73508246d4d

Contents?: true

Size: 227 Bytes

Versions: 1

Compression:

Stored size: 227 Bytes

Contents

# frozen_string_literal: true

module Signum
  class Configuration
    attr_accessor :hide_after
    attr_accessor :user_model_name

    def initialize
      @user_model_name = "User"
      @hide_after = 3000
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
signum-0.3.12 lib/signum/configuration.rb