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

Returns:

  • (Object)

    the current value of binary_values



104
105
106
# File 'lib/at_coder_friends/problem.rb', line 104

def binary_values
  @binary_values
end

#interactiveObject

Returns the value of attribute interactive

Returns:

  • (Object)

    the current value of interactive



104
105
106
# File 'lib/at_coder_friends/problem.rb', line 104

def interactive
  @interactive
end