Class: AtCoderFriends::Problem::Options
- Inherits:
-
Struct
- Object
- Struct
- AtCoderFriends::Problem::Options
- Defined in:
- lib/at_coder_friends/problem.rb
Instance Attribute Summary collapse
-
#binary_values ⇒ Object
Returns the value of attribute binary_values.
-
#interactive ⇒ Object
Returns the value of attribute interactive.
Instance Attribute Details
#binary_values ⇒ Object
Returns the value of attribute binary_values
104 105 106 |
# File 'lib/at_coder_friends/problem.rb', line 104 def binary_values @binary_values end |
#interactive ⇒ Object
Returns the value of attribute interactive
104 105 106 |
# File 'lib/at_coder_friends/problem.rb', line 104 def interactive @interactive end |