module ElasticWeb::Client::Accounts::Cron
Public Instance Methods
update_cron(id, options)
click to toggle source
# File lib/elasticweb/client/accounts/cron.rb, line 5 def update_cron(id, options) patch("/account/entry/#{id}", options) end