Class: AOJ::Solution

Inherits:
Object
  • Object
show all
Defined in:
lib/aoj/solution.rb

Instance Attribute Summary collapse

Instance Attribute Details

#languageObject

Returns the value of attribute language.



3
4
5
# File 'lib/aoj/solution.rb', line 3

def language
  @language
end

#problemObject

Returns the value of attribute problem.



3
4
5
# File 'lib/aoj/solution.rb', line 3

def problem
  @problem
end

#sourceObject

Returns the value of attribute source.



3
4
5
# File 'lib/aoj/solution.rb', line 3

def source
  @source
end