Skip to content

Instantly share code, notes, and snippets.

@andrew-dixon
Created April 22, 2015 20:57
Show Gist options
  • Save andrew-dixon/2280b6b937256c93a69c to your computer and use it in GitHub Desktop.
Save andrew-dixon/2280b6b937256c93a69c to your computer and use it in GitHub Desktop.
//Person
component {
public function init(required String firstName, required String lastName) {
this.firstName=arguments.firstName;
this.lastName=arguments.lastName;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment