Created
April 22, 2015 20:57
-
-
Save andrew-dixon/2280b6b937256c93a69c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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