Method: RHC::Rest::Key#update

Defined in:
lib/rhc/rest/key.rb

#update(type, content) ⇒ Object



14
15
16
17
# File 'lib/rhc/rest/key.rb', line 14

def update(type, content)
  debug "Updating key #{self.name}"
  rest_method "UPDATE", :type => type, :content => content
end