Sha256: 00eca7aed79f5b73ab6b948fefd6af5c76a3a25787126ef482737df9252cff35
Contents?: true
Size: 271 Bytes
Versions: 38
Compression:
Stored size: 271 Bytes
Contents
# typed: false # frozen_string_literal: true module Ariadne module Turbo module Frame class Component < Ariadne::BaseComponent option :component def target @target ||= component.component_id end end end end end
Version data entries
38 entries across 38 versions & 1 rubygems