Sha256: 6e0b2c46aed4b1765b9534891e4cb1d6e3f71f1a143d1346acb1df665c8bec1c
Contents?: true
Size: 902 Bytes
Versions: 19
Compression:
Stored size: 902 Bytes
Contents
# core_api * [Homepage](https://github.com/marten/core_api#readme) * [Issues](https://github.com/marten/core_api/issues) * [Documentation](http://rubydoc.info/gems/roqua-core-api/frames) * [Email](mailto:marten at veldthuis.com) ## 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 Copyright (c) 2014 Marten Veldthuis See {file:LICENSE.txt} for details.
Version data entries
19 entries across 19 versions & 1 rubygems