class Worker::ApiClient::Mapping::Server

Included Modules

Defined in:

worker/api_client/mapping/server.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def id : UInt64 #

[View source]
def last_donation : Donation | Nil #

[View source]
def last_donation=(last_donation : Donation | Nil) #

[View source]
def premium? : Bool #

NOTE it is really debatable where to place this method, but I haven't found better place


[View source]
def setting : Setting #

[View source]
def statistic : Statistic #

[View source]
def today_statistic : DailyStatistic #

[View source]