class NCTU::OJ::Config::Invalid

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 ==(other) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def equals?(sid, pid) #

[View source]
def problem_id : Int32 #

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

[View source]
def student_id : String #

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

[View source]