class Flag
- Flag
- Reference
- Object
Overview
A representation of a Flag. Not the same as PostFlags.
Included Modules
- JSON::Serializable
Defined in:
e6/types/flag.crConstructors
Instance Method Summary
- #category : String
- #category=(category : String)
- #created_at : String
- #created_at=(created_at : String)
- #creator_id : UInt32 | Nil
- #creator_id=(creator_id : UInt32 | Nil)
- #id : UInt32
- #id=(id : UInt32)
- #is_deletion : Bool
- #is_deletion=(is_deletion : Bool)
- #is_resolved : Bool | Nil
- #is_resolved=(is_resolved : Bool | Nil)
- #post_id : UInt32
- #post_id=(post_id : UInt32)
- #reason : String
- #reason=(reason : String)
- #updated_at : String | Nil
- #updated_at=(updated_at : String | Nil)