Method: Roar::JSON::JSONAPI::Document#to_hash
- Defined in:
- lib/roar/json/json_api/document.rb
#to_hash(options = {}) ⇒ Hash{String=>Object}
Render the document as a Ruby Hash
53 54 55 |
# File 'lib/roar/json/json_api/document.rb', line 53 def to_hash( = {}) super end |