struct PlatformPlays::GameConfig

Included Modules

Defined in:

platform_plays/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def branch : String | Nil #

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

[View source]
def id : String #

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

[View source]
def name : String #

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

[View source]
def players : Array(String) #

[View source]
def players=(players : Array(String)) #

[View source]
def repo : String | Nil #

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

[View source]
def scores : Array(String) #

[View source]
def scores=(scores : Array(String)) #

[View source]