Class: GreenDay::Task::SampleAnswer
- Inherits:
-
Struct
- Object
- Struct
- GreenDay::Task::SampleAnswer
- Defined in:
- lib/green_day/task.rb
Instance Attribute Summary collapse
-
#input ⇒ Object
Returns the value of attribute input.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input
5 6 7 |
# File 'lib/green_day/task.rb', line 5 def input @input end |
#output ⇒ Object
Returns the value of attribute output
5 6 7 |
# File 'lib/green_day/task.rb', line 5 def output @output end |