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
Class Method Detail
def self.
from_directory?(directory :
Path) :
self | Nil
#
def self.
from_url?(url :
String) :
self | Nil
#
Instance Method Detail
def
pred(strict =
false)
#
def
succ(strict =
false)
#
def
to_directory :
Path
#