struct Creatable::ContentType

Overview

Type of content that can be created

Defined in:

creatable.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, directory : String, description : String, &creator : Path -> Nil) #

[View source]

Instance Method Detail

def creator : Path -> Nil #

[View source]
def creator=(creator : Path -> Nil) #

[View source]
def description : String #

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

[View source]
def directory : String #

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

[View source]
def name : String #

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

[View source]