Class: Configs::Project::GameOptions
Overview
Option configurations
Instance Attribute Summary collapse
-
#order ⇒ Array<Symbol>
Get the order of options.
Instance Method Summary collapse
-
#options=(v)
Set the options of the game.
Instance Attribute Details
#order ⇒ Array<Symbol>
Get the order of options
294 295 296 |
# File 'docs/000_a_root.rb', line 294 def order @order end |
Instance Method Details
#options=(v)
Set the options of the game
299 300 |
# File 'docs/000_a_root.rb', line 299 def (v) end |