class Tag
- Tag
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
e6/types/tag.crConstructors
Instance Method Summary
- #after_initialize
- #category : UInt8
- #category=(category : UInt8)
- #created_at : String
- #created_at=(created_at : String)
- #id : UInt32
- #id=(id : UInt32)
- #is_locked : Bool
- #is_locked=(is_locked : Bool)
- #name : String
- #name=(name : String)
- #post_count : UInt32
- #post_count=(post_count : UInt32)
- #related_tags : Hash(String, UInt32)
- #related_tags=(related_tags : Hash(String, UInt32))
- #related_tags_string : String
- #related_tags_string=(related_tags_string : String)
- #related_tags_updated_at : String
- #related_tags_updated_at=(related_tags_updated_at : String)
- #updated_at : String
- #updated_at=(updated_at : String)