struct Noir::OutputFormats::Entry

Defined in:

output_builder/formats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, description : String, structured : Bool) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, description _description = @description, structured _structured = @structured) #

[View source]
def description : String #

def name : String #

def structured : Bool #