class NCTU::OJ::Config

Included Modules

Defined in:

support/config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def aliases : Array(Alias) | Nil #

[View source]
def aliases=(aliases : Array(Alias) | Nil) #

[View source]
def group_id : Int32 #

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

[View source]
def invalids : Array(Invalid) | Nil #

[View source]
def invalids=(invalids : Array(Invalid) | Nil) #

[View source]
def problems : Array(Problem) #

[View source]
def problems=(problems : Array(Problem)) #

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

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

[View source]
def title : String #

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

[View source]
def token : String #

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

[View source]