Sha256: 7c97d1c4c47aa39b90778c7ee989f569e93047f99aeb96f48214b76d589c1722
Contents?: true
Size: 346 Bytes
Versions: 10
Compression:
Stored size: 346 Bytes
Contents
# frozen_string_literal: true module Mensa module Header class Component < ::Mensa::ApplicationComponent with_collection_parameter :column include TablesHelper attr_reader :table attr_reader :column def initialize(table:, column:) @table = table @column = column end end end end
Version data entries
10 entries across 10 versions & 1 rubygems