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