1
0
Fork 0
arangodb/Documentation/DocuBlocks/JSF_foxx_model_get.md

18 lines
133 B
Markdown

`FoxxModel#get(name)`
Get the value of an attribute
@EXAMPLES
```js
instance = new Model({
a: 1
});
instance.get("a");
```