core_api

Description

TODO: Description

Features

Examples

require 'core_api'

# List all professionals under a dossier group.
Roqua.CoreApi.DossierGroupRights.run!(dossier_group_id:,session:).each do |r|
  puts r.id, r.firstname, r.lastname
end

Requirements

Install

$ gem install core_api

Translations

Make sure you have the standard active validations translations (errors.messages) and add to it a translations for:

  • errors.messages.invalid_email
  • errors.messages.invalid_date

Changelog

  • 0.0.32 Added subject_code to Person

Copyright (c) 2014 Marten Veldthuis

See LICENSE for details.