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