struct
Creatable::ContentType
- Creatable::ContentType
- Struct
- Value
- Object
Overview
Type of content that can be created
Defined in:
creatable.crConstructors
Instance Method Summary
- #creator : Path -> Nil
- #creator=(creator : Path -> Nil)
- #description : String
- #description=(description : String)
- #directory : String
- #directory=(directory : String)
- #name : String
- #name=(name : String)
Constructor Detail
def self.new(name : String, directory : String, description : String, &creator : Path -> Nil)
#