Class: GreenDay::Contest::TaskSource
- Inherits:
-
Struct
- Object
- Struct
- GreenDay::Contest::TaskSource
- Defined in:
- lib/green_day/contest.rb
Instance Attribute Summary collapse
-
#contest_name ⇒ Object
Returns the value of attribute contest_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#contest_name ⇒ Object
Returns the value of attribute contest_name
7 8 9 |
# File 'lib/green_day/contest.rb', line 7 def contest_name @contest_name end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/green_day/contest.rb', line 7 def name @name end |
#path ⇒ Object
Returns the value of attribute path
7 8 9 |
# File 'lib/green_day/contest.rb', line 7 def path @path end |