class Nimbu::Endpoints::Functions

Public Instance Methods

run(*args) click to toggle source
# File lib/nimbu-api/endpoints/functions.rb, line 7
def run(*args)
  arguments(args, :required => [:function_id])

  post_request("/functions/#{function_id}", arguments.params)
  return response
end