Sha256: 10448378f2b033a915c8554744011f7d41712675cf7365fa4219af65ff069100
Contents?: true
Size: 1.45 KB
Versions: 19
Compression:
Stored size: 1.45 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 # @throw [TypeError] when it can't be done # 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