class Flag

Overview

A representation of a Flag. Not the same as PostFlags.

Included Modules

Defined in:

e6/types/flag.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def category : String #

[View source]
def category=(category : String) #

[View source]
def created_at : String #

[View source]
def created_at=(created_at : String) #

[View source]
def creator_id : UInt32 | Nil #

[View source]
def creator_id=(creator_id : UInt32 | Nil) #

[View source]
def id : UInt32 #

[View source]
def id=(id : UInt32) #

[View source]
def is_deletion : Bool #

[View source]
def is_deletion=(is_deletion : Bool) #

[View source]
def is_resolved : Bool | Nil #

[View source]
def is_resolved=(is_resolved : Bool | Nil) #

[View source]
def post_id : UInt32 #

[View source]
def post_id=(post_id : UInt32) #

[View source]
def reason : String #

[View source]
def reason=(reason : String) #

[View source]
def updated_at : String | Nil #

[View source]
def updated_at=(updated_at : String | Nil) #

[View source]