Class: Shaf::Responder::AlpsJson
- Defined in:
- lib/shaf/responder/alps_json.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
#controller, #options, #resource
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
#build_response, call, #initialize, #lookup_rel, mime_type, #preload_links, #serialized_hash, use_as_default!
Constructor Details
This class inherits a constructor from Shaf::Responder::Base
Class Method Details
Instance Method Details
#body ⇒ Object
13 14 15 |
# File 'lib/shaf/responder/alps_json.rb', line 13 def body JSON.generate hash end |