Sha256: fe0aebbf81575e0b62d20867d27d55f7f2acaea364244742e546a384a2909a81

Contents?: true

Size: 157 Bytes

Versions: 26

Compression:

Stored size: 157 Bytes

Contents

# frozen_string_literal: true

module Pennyworth
  module Models
    # Defines basic text.
    Text = Struct.new :id, :content, keyword_init: true
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
pennyworth-13.8.0 lib/pennyworth/models/text.rb
pennyworth-13.7.0 lib/pennyworth/models/text.rb
pennyworth-13.6.0 lib/pennyworth/models/text.rb
pennyworth-13.5.0 lib/pennyworth/models/text.rb
pennyworth-13.4.0 lib/pennyworth/models/text.rb
pennyworth-13.3.0 lib/pennyworth/models/text.rb
pennyworth-13.2.0 lib/pennyworth/models/text.rb
pennyworth-13.1.0 lib/pennyworth/models/text.rb
pennyworth-13.0.1 lib/pennyworth/models/text.rb
pennyworth-13.0.0 lib/pennyworth/models/text.rb
pennyworth-12.3.1 lib/pennyworth/models/text.rb
pennyworth-12.3.0 lib/pennyworth/models/text.rb
pennyworth-12.2.0 lib/pennyworth/models/text.rb
pennyworth-12.1.0 lib/pennyworth/models/text.rb
pennyworth-12.0.2 lib/pennyworth/models/text.rb
pennyworth-12.0.1 lib/pennyworth/models/text.rb
pennyworth-12.0.0 lib/pennyworth/models/text.rb
pennyworth-11.2.2 lib/pennyworth/models/text.rb
pennyworth-11.2.1 lib/pennyworth/models/text.rb
pennyworth-11.2.0 lib/pennyworth/models/text.rb