struct OIJ::CodeforcesContest

Defined in:

service/codeforces.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from struct OIJ::Contest

download_inline(oj_args : Array(String) | Nil, *, silent : Bool) download_inline, initialize initialize, pred(strict = false) pred, prepare(oj_args : Array(String) | Nil, *, silent : Bool) prepare, succ(strict = false) succ, to_directory : Path to_directory, to_url : String to_url

Constructor methods inherited from struct OIJ::Contest

current : self current, from_directory(directory : Path) : self from_directory, new new

Class methods inherited from struct OIJ::Contest

from_directory?(directory : Path) : self | Nil from_directory?, from_url(url : String) : self | Nil from_url, from_url?(url : String) : self | Nil from_url?

Constructor Detail

def self.new(contest : String) #

[View source]

Class Method Detail

def self.from_directory?(directory : Path) : self | Nil #

[View source]
def self.from_url?(url : String) : self | Nil #

[View source]

Instance Method Detail

def contest : String #

[View source]
def each(&) : Nil #

[View source]
def pred(strict = false) #

[View source]
def succ(strict = false) #

[View source]
def to_directory : Path #

[View source]
def to_url : String #

[View source]