Method: Conjur::Deputy#login

Defined in:
lib/conjur/deputy.rb

#loginString

Login for the deputy. Of the form "deputy/".

Returns:

  • (String)

    the login.



41
42
43
# File 'lib/conjur/deputy.rb', line 41

def 
  [ self.class.name.split('::')[-1].downcase, id ].join('/')
end