Created
December 7, 2011 15:20
-
-
Save laribee/1443189 to your computer and use it in GitHub Desktop.
Loader DSL
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
| Loader.insert do | |
| on '1/1/2001' | |
| asset :member | |
| attributes do | |
| username 'skip' | |
| password 'password0' | |
| end | |
| relations do | |
| labels $dev, $java | |
| security_level :high | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment