Sha256: 57f6ea9c516f2689cb30d94090e0117535fcc1b0e4fd94f4540a23188e82e2f5

Contents?: true

Size: 239 Bytes

Versions: 8

Compression:

Stored size: 239 Bytes

Contents

# frozen_string_literal: true

module Grumlin
  module Features
    class NeptuneFeatures < FeatureList
      def initialize
        super
        @user_supplied_ids = true
        @supports_transactions = true
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
grumlin-0.23.0 lib/grumlin/features/neptune_features.rb
grumlin-0.22.5 lib/grumlin/features/neptune_features.rb
grumlin-0.22.4 lib/grumlin/features/neptune_features.rb
grumlin-0.22.3 lib/grumlin/features/neptune_features.rb
grumlin-0.22.2 lib/grumlin/features/neptune_features.rb
grumlin-0.22.1 lib/grumlin/features/neptune_features.rb
grumlin-0.22.0 lib/grumlin/features/neptune_features.rb
grumlin-0.21.1 lib/grumlin/features/neptune_features.rb