struct Obsctl::Config::SceneConfig

Overview

User configuration for one OBS scene and its local aliases.

Defined in:

obsctl/config/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, alias __arg0 : String | Nil = nil, shortcut : String | Nil = nil, group : String | Nil = nil, stale : Bool = false) #

[View source]

Instance Method Detail

def alias : String | Nil #

def clone #

[View source]
def copy_with(name _name = @name, alias _alias = @alias, shortcut _shortcut = @shortcut, group _group = @group, stale _stale = @stale) #

[View source]
def group : String | Nil #

def name : String #

def shortcut : String | Nil #

def stale : Bool #