Sha256: 2cd3e9243b18636fd4e00b7becd54ec9e28aff12108b7c5c0b14a7de90a4a4e9
Contents?: true
Size: 546 Bytes
Versions: 18
Compression:
Stored size: 546 Bytes
Contents
# frozen_string_literal: true require 'avm/entries/uri_builder' require 'avm/instances/entry_keys' module Avm module Instances class Base module Install common_concern do uri_components_entries_values 'install', %w[data_path email groupname] end def install_data_path_inherited_value_proc(value) "#{value}/#{id}" end def install_groupname_default_value read_entry_optional(::Avm::Instances::EntryKeys::INSTALL_USERNAME) end end end end end
Version data entries
18 entries across 18 versions & 2 rubygems