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

Version Path
ela-4.1.6 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-4.1.5 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-4.1.4 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-4.1.3 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-4.1.2 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-4.1.1 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-4.1.0 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-4.0.0 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-3.4.3 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-3.4.2 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-3.4.0 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-3.3.1 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-3.3.0 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-3.2.0 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-3.1.1 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-3.1.0 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-3.0.0 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-2.0.0 node_modules/codo/spec/_templates/methods/method_documentation.coffee
ela-1.1.0 node_modules/codo/spec/_templates/methods/method_documentation.coffee