Sha256: eb6007b2dac7264d37d3fefc1ee3834802a0120b917f9b057ae1faf075860d86
Contents?: true
Size: 318 Bytes
Versions: 11
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true module Script module Layers module Domain class AppBridge attr_reader :create_path, :details_path def initialize(create_path:, details_path:) @create_path = create_path @details_path = details_path end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems