Class: GreenDay::Task::SampleAnswer

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

Instance Attribute Summary collapse

Instance Attribute Details

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



5
6
7
# File 'lib/green_day/task.rb', line 5

def input
  @input
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



5
6
7
# File 'lib/green_day/task.rb', line 5

def output
  @output
end