Namespace

api/stuff

api/stuff

Classes

StuffCollection

Members

Array.<string>

# static constant exports.stuffConditions

The different conditions for stuff.

View Source api/stuff/StuffCollection.js, line 18

ValidatedMethod

# static constant exports.stuffDefineMethod

Meteor method used to define new instances of Stuff.

View Source api/stuff/StuffCollection.methods.js, line 12

Object

# static constant exports.stuffPublications

The publication names for the StuffCollection.

View Source api/stuff/StuffCollection.js, line 25

ValidatedMethod

# static constant exports.stuffRemoveItMethod

Meteor method to remove an instance of Stuff.

View Source api/stuff/StuffCollection.methods.js, line 48

api/stuff.StuffCollection

# static constant exports.Stuffs

Singleton instance of the StuffCollection, deprecated.

View Source api/stuff/StuffCollection.js, line 156

ValidatedMethod

# static constant exports.stuffUpdateMethod

Meteor method for updating a given stuff instance.

View Source api/stuff/StuffCollection.methods.js, line 33