View Source Ravix.Document (ravix v0.2.2)
Macro to facilitate the representation of a Raven Document
example
Example
`defmodule Ravix.TestDocument do
use Ravix.Document, fields: [
name: nil,
id: nil
]
end`