struct Markers::AuthorsData

Included Modules

Defined in:

mod/markers.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(authors : Types::AuthorsData) #

[View source]

Instance Method Detail

def add(author) #

[View source]
def authors : Hash(String, {sname: String, name: String, from: String, to: String, id: String, refname: String}) #

[View source]
def authors=(authors : Hash(String, NamedTuple(sname: String, name: String, from: String, to: String, id: String, refname: String))) #

[View source]