struct Srcom::User::NameStyle

Included Modules

Defined in:

srcr/mappings/user/name_style.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def color : Hash(String, String)? #

light => hexcode and dark => hexcode


[View source]
def color=(color : Hash(String, String)?) #

light => hexcode and dark => hexcode


[View source]
def color_from : Hash(String, String)? #

light => hexcode and dark => hexcode


[View source]
def color_from=(color_from : Hash(String, String)?) #

light => hexcode and dark => hexcode


[View source]
def color_to : Hash(String, String)? #

light => hexcode and dark => hexcode


[View source]
def color_to=(color_to : Hash(String, String)?) #

light => hexcode and dark => hexcode


[View source]
def style : String #

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

[View source]