Module: Puree::REST::FormerMixin
- Included in:
- OrganisationalUnit, Person
- Defined in:
- lib/puree/rest/mixins/former_mixin.rb
Instance Method Summary collapse
Instance Method Details
#former(params: {}, accept: :xml) ⇒ HTTP::Response
6 7 8 9 10 |
# File 'lib/puree/rest/mixins/former_mixin.rb', line 6 def former(params: {}, accept: :xml) get_request_collection_subcollection(subcollection: 'former', params: params, accept: accept) end |