class Worker::ApiClient::Mapping::DailyStatistic

Included Modules

Defined in:

worker/api_client/mapping/daily_statistic.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def date : Time #

[View source]
def date=(date : Time) #

[View source]
def tracks_amount : Int32 #

[View source]
def tracks_amount=(tracks_amount : Int32) #

[View source]
def tracks_length : Int32 #

[View source]
def tracks_length=(tracks_length : Int32) #

[View source]