Class: Puree::REST::ExternalOrganisation
- Defined in:
- lib/puree/rest/external_organisation.rb
Overview
Requests for the External Organisation resource
Instance Method Summary collapse
-
#initialize(config) ⇒ ExternalOrganisation
constructor
A new instance of ExternalOrganisation.
Methods inherited from Base
#all, #find, #orderings, #renderings
Constructor Details
#initialize(config) ⇒ ExternalOrganisation
Returns a new instance of ExternalOrganisation.
10 11 12 |
# File 'lib/puree/rest/external_organisation.rb', line 10 def initialize(config) super end |