Sha256: 21cf00dc6089fdd22afadef94e6cb421dac4ce3e6c3c60a479adc8268c6526a4

Contents?: true

Size: 138 Bytes

Versions: 36

Compression:

Stored size: 138 Bytes

Contents

# frozen_string_literal: true

module Pennyworth
  module Models
    # Defines basic text.
    Text = Data.define :id, :content
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
pennyworth-15.4.0 lib/pennyworth/models/text.rb
pennyworth-15.3.0 lib/pennyworth/models/text.rb
pennyworth-15.2.0 lib/pennyworth/models/text.rb
pennyworth-15.1.1 lib/pennyworth/models/text.rb
pennyworth-15.1.0 lib/pennyworth/models/text.rb
pennyworth-15.0.3 lib/pennyworth/models/text.rb
pennyworth-15.0.2 lib/pennyworth/models/text.rb
pennyworth-15.0.1 lib/pennyworth/models/text.rb
pennyworth-15.0.0 lib/pennyworth/models/text.rb
pennyworth-14.3.0 lib/pennyworth/models/text.rb
pennyworth-14.2.1 lib/pennyworth/models/text.rb
pennyworth-14.2.0 lib/pennyworth/models/text.rb
pennyworth-14.1.2 lib/pennyworth/models/text.rb
pennyworth-14.1.1 lib/pennyworth/models/text.rb
pennyworth-14.1.0 lib/pennyworth/models/text.rb
pennyworth-14.0.0 lib/pennyworth/models/text.rb