Sha256: 48aa2e1f2bf1dedfa08bafcc8bfd92c19439a5c6fe80f57d56fb84e903752123

Contents?: true

Size: 160 Bytes

Versions: 8

Compression:

Stored size: 160 Bytes

Contents

module RecordFilter
  module DSL
    class GroupBy
      attr_reader :column

      def initialize(column)
        @column = column
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
aub-record_filter-0.1.2 lib/record_filter/dsl/group_by.rb
aub-record_filter-0.1.4 lib/record_filter/dsl/group_by.rb
aub-record_filter-0.2.0 lib/record_filter/dsl/group_by.rb
aub-record_filter-0.6.0 lib/record_filter/dsl/group_by.rb
outoftime-record_filter-0.1.3 lib/record_filter/dsl/group_by.rb
outoftime-record_filter-0.1.4 lib/record_filter/dsl/group_by.rb
outoftime-record_filter-0.2.0 lib/record_filter/dsl/group_by.rb
outoftime-record_filter-0.6.0 lib/record_filter/dsl/group_by.rb