Struct Story

Attribute that sets the story label

struct Story ;

Methods

NameDescription
labels () Returns the labels that set the feature label

Example

Attach the readme file

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

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