Sha256: cf5a6d2847ef88ff484207a34a3df8a52e3fa3d68846ac038ca0bb58ef15d873

Contents?: true

Size: 155 Bytes

Versions: 7

Compression:

Stored size: 155 Bytes

Contents

# frozen_string_literal: true

module Pennyworth
  module Models
    # Represents a htmx link.
    HTMX = Data.define :label, :description, :uri
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pennyworth-18.0.0 lib/pennyworth/models/htmx.rb
pennyworth-17.8.0 lib/pennyworth/models/htmx.rb
pennyworth-17.7.0 lib/pennyworth/models/htmx.rb
pennyworth-17.6.0 lib/pennyworth/models/htmx.rb
pennyworth-17.5.0 lib/pennyworth/models/htmx.rb
pennyworth-17.4.1 lib/pennyworth/models/htmx.rb
pennyworth-17.4.0 lib/pennyworth/models/htmx.rb