Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
analyser
v1.2.0
Analysis
Analyzer
Comments
ExerciseAnayzer
GeneralAnalyzer
Types
Generated using Crystal 1.10.1
2024-02-21 06:58:19 UTC
class
Analysis
Analysis
Reference
Object
Included Modules
JSON::Serializable
Defined in:
analyzer.cr
Constructors
.new
(summery : String | Nil, comments : Array(Comments))
.new
(pull : JSON::PullParser)
Instance Method Summary
#comments
: Array(Comments)
#comments=
(comments : Array(Comments))
#summery
: String | Nil
Constructor Detail
def self.
new
(summery : String | Nil, comments : Array(
Comments
))
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
comments
: Array(
Comments
)
#
[
View source
]
def
comments=
(comments : Array(
Comments
))
#
[
View source
]
def
summery
: String | Nil
#
[
View source
]