Sha256: 06669c9c6c199d8e669c0964fb850b9ba1d23501df918e5637bff4d8c219b200

Contents?: true

Size: 279 Bytes

Versions: 5

Compression:

Stored size: 279 Bytes

Contents

module GitHub
  class KV
    class Config
      attr_accessor :table_name, :encapsulated_errors, :use_local_time

      def initialize
        @table_name = 'key_values'
        @encapsulated_errors = [SystemCallError]
        @use_local_time = false
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
github-ds-0.5.4 lib/github/kv/config.rb
github-ds-0.5.3 lib/github/kv/config.rb
github-ds-0.5.2 lib/github/kv/config.rb
github-ds-0.5.0 lib/github/kv/config.rb
github-ds-0.4.0 lib/github/kv/config.rb