class Curator::Event
- Curator::Event
- Reference
- Object
Overview
Responsible for translating incoming event
json data into a crystal object
Adds some utility methods to ease interacting with event
Included Modules
- JSON::Serializable
Defined in:
event.crConstructors
Instance Method Summary
- #blank?(attribute : String) : Bool
- #bld : String
- #cur : String | Nil
- #cur=(cur : String | Nil)
- #evt : String
- #loc : String
- #lvl : String
- #mod : String | Nil
- #org : String
- #ref : String | Nil
- #ref=(ref : String | Nil)
- #src : String
- #to_h
- #uts : Int64
- #val : Float64
- #value(attribute : String)