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