Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
codacy-ameba
2.6.8
Codacy
Ameba
Config
DefaultPatterns
DescriptionJSON
Description
Parameter
Formatter
Markdown
Parameter
Pattern
PatternsJSON
Parameter
Pattern
Runner
Tool
Generated using Crystal 1.14.0
2025-03-28 14:41:18 UTC
struct
Codacy::
Ameba::
PatternsJSON::
Parameter
Codacy::Ameba::PatternsJSON::Parameter
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
codacy-ameba/generate/patterns_json.cr
Constructors
.new
(name : String, default : String)
.new
(pull : JSON::PullParser)
Instance Method Summary
#clone
#copy_with
(name _name = @name, default _default = @default)
#default
: String
#name
: String
Constructor Detail
def self.
new
(name : String, default : String)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(name _name = @name, default _default = @default)
#
[
View source
]
def
default
: String
#
def
name
: String
#