Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
laf-client
v0.1
Cas
Client
Config
Laf
Client
Moodle
Client
Course
Event
EventAction
Events
EventsByTimesortArgs
MethodNames
Req
Resp
Built with Crystal 1.9.2
2023-10-07 17:54:02 UTC
class
Moodle::Resp(T)
Moodle::Resp(T)
Reference
Object
Included Modules
JSON::Serializable
Defined in:
laf-client/moodle-models.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#data
: T
#data=
(data : T)
#error
: Bool | String
#error=
(error : Bool | String)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
data
: T
#
[
View source
]
def
data=
(data : T)
#
[
View source
]
def
error
: Bool | String
#
[
View source
]
def
error=
(error : Bool | String)
#
[
View source
]