Story

Attribute that sets the story label

struct Story {}

Members

Functions

labels
Label[] labels()

Returns the labels that set the feature label

Examples

Attach the readme file

auto attachment = Attachment.fromFile("readme file", "README.md", "text/plain");

attachment.file.exists.should.equal(true);

Meta