kiokujs-backend-batch

0.3.0 • Public • Published

Name

KiokuJS.Backend.Batch - Some clever yet compact description

SYNOPSIS

    // declaring our class
    Class('KiokuJS.Backend.Batch', {
    
    })
    
    // then instantiating it
    var instance = new KiokuJS.Backend.Batch({
    })
    
    // and doing something totally awesome with it :D
    instance.method(param1, param2)

DESCRIPTION

KiokuJS.Backend.Batch is a stub for Joose-orientied JSAN modules.

ISA

None.

DOES

None.

TRAITS

None.

ATTRIBUTES

attributeName

AttributeType attributeName

Attribute description

METHODS

methodName

method signature

Method description

EXAMPLES

Our class can be used like this:

    // then instantiating it
    var instance = new KiokuJS.Backend.Batch({
    })

and like that:

    // then instantiating it
    var instance = new KiokuJS.Backend.Batch({
    })

GETTING HELP

This extension is supported via github issues tracker: http://github.com/SamuraiJack/KiokuJS-Backend-Batch/issues

For general Joose questions you can also visit #joose on irc.freenode.org or mailing list at: http://groups.google.com/group/joose-js

SEE ALSO

Web page of this module: http://github.com/SamuraiJack/KiokuJS-Backend-Batch/

General documentation for Joose: http://openjsan.org/go/?l=Joose

BUGS

All complex software has bugs lurking in it, and this module is no exception.

Please report any bugs through the web interface at http://github.com/SamuraiJack/KiokuJS-Backend-Batch/issues

AUTHORS

Nickolay Platonov nplatonov@cpan.org

COPYRIGHT AND LICENSE

This software is Copyright (c) 2010 by Nickolay Platonov.

This is free software, licensed under:

The GNU Lesser General Public License, Version 3, June 2007

Readme

Keywords

none

Package Sidebar

Install

npm i kiokujs-backend-batch

Weekly Downloads

0

Version

0.3.0

License

none

Last publish

Collaborators

  • samuraijack