Class: Puree::REST::OrganisationalUnit
- Includes:
- ActiveMixin, ActivityMixin, ApplicationMixin, AwardMixin, DatasetMixin, FormerMixin, ImpactMixin, PersonMixin, PressMediaMixin, PrizeMixin, ProjectMixin, ResearchOutputMixin, StudentThesisMixin
- Defined in:
- lib/puree/rest/organisational_unit.rb
Overview
Requests for the Organisational Unit resource
Instance Method Summary collapse
-
#initialize(config) ⇒ OrganisationalUnit
constructor
A new instance of OrganisationalUnit.
Methods included from StudentThesisMixin
Methods included from ResearchOutputMixin
Methods included from ProjectMixin
Methods included from PrizeMixin
Methods included from PressMediaMixin
Methods included from PersonMixin
Methods included from ImpactMixin
Methods included from FormerMixin
Methods included from DatasetMixin
Methods included from AwardMixin
Methods included from ApplicationMixin
Methods included from ActivityMixin
Methods included from ActiveMixin
Methods inherited from Base
#all, #find, #orderings, #renderings
Constructor Details
#initialize(config) ⇒ OrganisationalUnit
Returns a new instance of OrganisationalUnit.
37 38 39 |
# File 'lib/puree/rest/organisational_unit.rb', line 37 def initialize(config) super end |