Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
api42
main
Api42
Campus
CampusUser
Client
Coalition
Cursus
CursusUser
Project
ProjectUser
User
Built with Crystal 1.9.2
2023-10-08 10:25:01 UTC
class
Api42::Campus
Api42::Campus
Reference
Object
Included Modules
JSON::Serializable
Defined in:
interfaces/campus.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#id
: UInt64
#id=
(id : UInt64)
#name
: String
#name=
(name : String)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
id
: UInt64
#
[
View source
]
def
id=
(id : UInt64)
#
[
View source
]
def
name
: String
#
[
View source
]
def
name=
(name : String)
#
[
View source
]