class Tag

Included Modules

Defined in:

e6/types/tag.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def after_initialize #

[View source]
def category : UInt8 #

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

[View source]
def created_at : String #

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

[View source]
def id : UInt32 #

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

[View source]
def is_locked : Bool #

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

[View source]
def name : String #

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

[View source]
def post_count : UInt32 #

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

[View source]
def related_tags : Hash(String, UInt32) #

[View source]
def related_tags=(related_tags : Hash(String, UInt32)) #

[View source]
def related_tags_string : String #

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

[View source]
def related_tags_updated_at : String #

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

[View source]
def updated_at : String #

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

[View source]