Sha256: 1150039076c3e801d36b954f516cc3b57a2c31e9eeb09faba315a5626d65d66b
Contents?: true
Size: 183 Bytes
Versions: 19
Compression:
Stored size: 183 Bytes
Contents
# frozen_string_literal: true class Avo::ReferrerParamsComponent < Avo::BaseComponent attr_reader :back_path def initialize(back_path: nil) @back_path = back_path end end
Version data entries
19 entries across 19 versions & 1 rubygems