Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
students
master
Top Level Namespace
Course
Student
Built with Crystal 1.10.0
2023-10-29 06:11:50 UTC
class
Student
Student
Reference
Object
Defined in:
student.cr
Constructors
.new
(name : String)
Instance Method Summary
#add_grade
(course : String, grade : Float64)
#name
: String
#totals
Constructor Detail
def self.
new
(name : String)
#
[
View source
]
Instance Method Detail
def
add_grade
(course : String, grade : Float64)
#
[
View source
]
def
name
: String
#
[
View source
]
def
totals
#
[
View source
]