class PostFlags
- PostFlags
- Reference
- Object
Overview
Keep in mind that these are not the same as Flags.
Included Modules
- JSON::Serializable
Defined in:
e6/types/post.crConstructors
Instance Method Summary
- #deleted : Bool
- #deleted=(deleted : Bool)
- #flagged : Bool
- #flagged=(flagged : Bool)
- #note_locked : Bool
- #note_locked=(note_locked : Bool)
- #pending : Bool
- #pending=(pending : Bool)
- #rating_locked : Bool
- #rating_locked=(rating_locked : Bool)
- #status_locked : Bool
- #status_locked=(status_locked : Bool)