struct Codacy::Ameba::DescriptionJSON::Description

Defined in:

codacy-ameba/generate/description_json.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, title : String, description : String, time_to_fix : Int32, parameters : Array(Parameter)) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(id _id = @id, title _title = @title, description _description = @description, time_to_fix _time_to_fix = @time_to_fix, parameters _parameters = @parameters) #

[View source]
def description : String #

def id : String #

def parameters : Array(Parameter) #

def time_to_fix : Int32 #

def title : String #

def to_json(json : JSON::Builder) #

[View source]