class Prolific::Story

Defined in:

prolific/story.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(lines : Array(String)) #

[View source]
def self.new #

[View source]

Instance Method Detail

def description : String #

[View source]
def description=(description : String) #

[View source]
def labels : Array(String) #

[View source]
def labels=(labels : Array(String)) #

[View source]
def parse(line) #

[View source]
def tasks : Array(String) #

[View source]
def tasks=(tasks : Array(String)) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def type_title #

[View source]
def type_title=(line) #

[View source]