Sha256: 1d4ee6a39d6b753dac154b009d68ccd648ea05b731d219f754040d6d2384e670

Contents?: true

Size: 169 Bytes

Versions: 7

Compression:

Stored size: 169 Bytes

Contents

# frozen_string_literal: true

module TableSync::Publishing::Params
  class Raw < Batch
    attribute :model_name

    alias_method :object_class, :model_name
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
table_sync-6.5.1 lib/table_sync/publishing/params/raw.rb
table_sync-6.5.0 lib/table_sync/publishing/params/raw.rb
table_sync-6.4.2 lib/table_sync/publishing/params/raw.rb
table_sync-6.4.1 lib/table_sync/publishing/params/raw.rb
table_sync-6.4.0 lib/table_sync/publishing/params/raw.rb
table_sync-6.3.0 lib/table_sync/publishing/params/raw.rb
table_sync-6.1.0 lib/table_sync/publishing/params/raw.rb