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