class Worker::ApiClient::Mapping::Setting

Included Modules

Defined in:

worker/api_client/mapping/setting.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def autopause : Bool #

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

[View source]
def dj_role : UInt64 | Nil #

[View source]
def dj_role=(dj_role : UInt64 | Nil) #

[View source]
def language : String #

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

[View source]
def prefix : String | Nil #

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

[View source]
def volume : Int32 #

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

[View source]