Sha256: 2ad9056a8aee98727a3a38ae28c72d546f13b114cab2038dcad2b9ad21978e3d

Contents?: true

Size: 178 Bytes

Versions: 2

Compression:

Stored size: 178 Bytes

Contents

module Remont
  class Config
    # @return [Symbol]
    attr_accessor :process_timestamp_attribute

    def initialize
      @process_timestamp_attribute = nil
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
remont-0.1.2 lib/remont/config.rb
remont-0.1.1 lib/remont/config.rb