Method: RHC::Rest::User#add_key
- Defined in:
- lib/rhc/rest/user.rb
#add_key(name, content, type) ⇒ Object
8 9 10 11 |
# File 'lib/rhc/rest/user.rb', line 8 def add_key(name, content, type) debug "Add key #{name} of type #{type} for user #{login}" rest_method "ADD_KEY", :name => name, :type => type, :content => content end |