Sha256: 0b37e403e6b58f5bba02c820012b532241407e2e376866619e033126337e1d6e
Contents?: true
Size: 270 Bytes
Versions: 39
Compression:
Stored size: 270 Bytes
Contents
# frozen_string_literal: true module Alchemy module Ingredients # A URL # class Link < Alchemy::Ingredient store_accessor :data, :link_class_name, :link_target, :link_title alias_method :link, :value end end end
Version data entries
39 entries across 39 versions & 1 rubygems