class Api42::Coalition

Included Modules

Defined in:

interfaces/coalition.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def color : String #

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

[View source]
def cover_url : String #

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

[View source]
def id : UInt64 #

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

[View source]
def image_url : String #

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

[View source]
def name : String #

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

[View source]
def score : Int64 #

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

[View source]
def slug : String #

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

[View source]
def user_id : UInt64 #

[View source]
def user_id=(user_id : UInt64) #

[View source]