Class: AOJ::Solution
- Inherits:
-
Object
- Object
- AOJ::Solution
- Defined in:
- lib/aoj/solution.rb
Instance Attribute Summary collapse
-
#language ⇒ Object
Returns the value of attribute language.
-
#problem ⇒ Object
Returns the value of attribute problem.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#language ⇒ Object
Returns the value of attribute language.
3 4 5 |
# File 'lib/aoj/solution.rb', line 3 def language @language end |
#problem ⇒ Object
Returns the value of attribute problem.
3 4 5 |
# File 'lib/aoj/solution.rb', line 3 def problem @problem end |
#source ⇒ Object
Returns the value of attribute source.
3 4 5 |
# File 'lib/aoj/solution.rb', line 3 def source @source end |