Class: AtCoderFriends::Problem::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/at_coder_friends/problem.rb

Instance Attribute Summary collapse

Instance Attribute Details

#binary_valuesObject

Returns the value of attribute binary_values



26
27
28
# File 'lib/at_coder_friends/problem.rb', line 26

def binary_values
  @binary_values
end

#interactiveObject

Returns the value of attribute interactive



26
27
28
# File 'lib/at_coder_friends/problem.rb', line 26

def interactive
  @interactive
end