class Freespace::Category

Included Modules

Extended Modules

Defined in:

freespace/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def color_scheme : String | Nil #

RGB value i.e. #ffb3b3


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

RGB value i.e. #ffb3b3


[View source]
def icon_url : String | Nil #

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

[View source]
def id : Int64 #

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

[View source]
def name : String #

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

[View source]
def ordering_index : Int32 | Nil #

[View source]
def ordering_index=(ordering_index : Int32 | Nil) #

[View source]
def short_name : String | Nil #

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

[View source]
def show_in_analytics : Bool #

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

[View source]
def show_on_signage : Bool #

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

[View source]