Sha256: 73ad27325e4a82f89f5b83814d6297cec14bdd98ffff0b2c9caff870d5c223d5
Contents?: true
Size: 1.41 KB
Versions: 19
Compression:
Stored size: 1.41 KB
Contents
class App.TestMethodDocumentation extends App.Doc # Should be overloaded to change fetch limit. # # @return Number of items per fetch # fetchLimit: () -> 5 # Do it! # # @see #undo for more information # # @private # @param {String} it The thing to do # @param again {Boolean} Do it again # @param {Object} options The do options # @option options {String} speed The speed # @option options {Number} repeat How wany time to repeat # @option options {Array<Tasks>} tasks The tasks to do # @return {Boolean} When successful executed # do: (it, again, options) -> # Do it! # # @see #undo for more information # # @private # @param {String} it The thing to do # @param again {Boolean} Do it again # @param {Object} options The do options # @option options {String} speed The speed # @option options {Number} repeat How wany time to repeat # @option options {Array<Tasks>} tasks The tasks to do # @return {Boolean} When successful executed # doWithoutSpace:(it, again, options)-> # Do it! # # @see {#undo} for more information # # @private # @param {String} it The thing to do # @param {Object} options The do options # @option options {String} speed The speed # @option options {Number} repeat How wany time to repeat # @option options {Array<Tasks>} tasks The tasks to do # @return {Boolean} When successful executed # @lets_do_it = (it, options) ->
Version data entries
19 entries across 19 versions & 1 rubygems