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