Class: GreenDay::Contest::TaskSource

Inherits:
Struct
  • Object
show all
Defined in:
lib/green_day/contest.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contest_nameObject

Returns the value of attribute contest_name

Returns:

  • (Object)

    the current value of contest_name



7
8
9
# File 'lib/green_day/contest.rb', line 7

def contest_name
  @contest_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/green_day/contest.rb', line 7

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



7
8
9
# File 'lib/green_day/contest.rb', line 7

def path
  @path
end