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

133 B

FoxxModel#get(name)

Get the value of an attribute

@EXAMPLES

instance = new Model({
  a: 1
});

instance.get("a");