class Freespace::Category
- Freespace::Category
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
freespace/models.crConstructors
Instance Method Summary
-
#color_scheme : String | Nil
RGB value i.e.
-
#color_scheme=(color_scheme : String | Nil)
RGB value i.e.
- #icon_url : String | Nil
- #icon_url=(icon_url : String | Nil)
- #id : Int64
- #id=(id : Int64)
- #name : String
- #name=(name : String)
- #ordering_index : Int32 | Nil
- #ordering_index=(ordering_index : Int32 | Nil)
- #short_name : String | Nil
- #short_name=(short_name : String | Nil)
- #show_in_analytics : Bool
- #show_in_analytics=(show_in_analytics : Bool)
- #show_on_signage : Bool
- #show_on_signage=(show_on_signage : Bool)