module UnitHosting::Api

Public Class Methods

keypath(instance_id) click to toggle source
# File lib/unit-hosting/api/base.rb, line 6
def keypath instance_id
  "%s/.UnitHosting/keys/%s.key" % [ENV['HOME'], instance_id]
end

Private Instance Methods

keypath(instance_id) click to toggle source
# File lib/unit-hosting/api/base.rb, line 6
def keypath instance_id
  "%s/.UnitHosting/keys/%s.key" % [ENV['HOME'], instance_id]
end