Class: CodeforcesAPI::Object::Problem
- Inherits:
-
Object
- Object
- CodeforcesAPI::Object::Problem
- Defined in:
- lib/codeforces_api/object/problem.rb
Constant Summary collapse
- ATTRS =
[ :contestId, :index, :name, :type, :points, :tags, ].freeze
Instance Method Summary collapse
-
#initialize(prob) ⇒ Problem
constructor
A new instance of Problem.