struct Ameba::Issue
- Ameba::Issue
- Struct
- Value
- Object
Overview
Represents an issue reported by Ameba.
Defined in:
ameba/issue.crConstructors
Instance Method Summary
- #clone
- #copy_with(rule _rule = @rule, location _location = @location, end_location _end_location = @end_location, message _message = @message, status _status = @status)
- #disabled?
- #end_location : Crystal::Location?
- #location : Crystal::Location?
- #message : String
- #rule : Rule::Base
- #status : Symbol?
- #syntax?
Constructor Detail
def self.new(rule : Rule::Base, location : Crystal::Location?, end_location : Crystal::Location?, message : String, status : Symbol?)
#
Instance Method Detail
def copy_with(rule _rule = @rule, location _location = @location, end_location _end_location = @end_location, message _message = @message, status _status = @status)
#