Browse Source

fix method headers

master
Brett Langdon 11 years ago
parent
commit
4f1ca87c7e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      README.md

+ 3
- 0
README.md View File

@ -38,6 +38,7 @@ for build in builds:
#### Properties
* `type` - string
* `options` - mixed
#### Methods
* `__init__(self, type, options)`
* `__repr__(self)`
@ -48,6 +49,7 @@ for build in builds:
### Script(object)
#### Properties
* `commands` - list
#### Methods
* `__init__(self, commands)`
* `__repr__(self)`
@ -63,6 +65,7 @@ for build in builds:
* `after_build` - Script
* `after_success` - Script
* `after_failure` - Script
#### Methods
* `__init__(self, env, before_build, build, after_build, after_success, after_failure)`
* `__repr__(self)`


Loading…
Cancel
Save