Searched defs:cp_keys (Results 1 - 1 of 1) sorted by relevance

/ontohub/lib/
H A Dsettings_validation_wrapper.rb136 attr_reader :cp_keys
138 validates :cp_keys, executable: true, if: :in_production?
245 # Define a value for the cp_keys location.
248 @cp_keys = Pathname.new(Settings.paths.data).join('.ssh', 'cp_keys').to_s
251 def cp_keys=(_path)

Completed in 18 milliseconds