Module: Configuration_accessors
- Included in:
- Configuration
- Defined in:
- lib/configuration.rb
Instance Attribute Summary collapse
-
#battlefield ⇒ Object
Returns the value of attribute battlefield.
-
#bullets ⇒ Object
Returns the value of attribute bullets.
-
#game ⇒ Object
Returns the value of attribute game.
-
#mines ⇒ Object
Returns the value of attribute mines.
-
#robots ⇒ Object
Returns the value of attribute robots.
-
#toolboxes ⇒ Object
Returns the value of attribute toolboxes.
Instance Attribute Details
#battlefield ⇒ Object
Returns the value of attribute battlefield.
6 7 8 |
# File 'lib/configuration.rb', line 6 def battlefield @battlefield end |
#bullets ⇒ Object
Returns the value of attribute bullets.
5 6 7 |
# File 'lib/configuration.rb', line 5 def bullets @bullets end |
#game ⇒ Object
Returns the value of attribute game.
2 3 4 |
# File 'lib/configuration.rb', line 2 def game @game end |
#mines ⇒ Object
Returns the value of attribute mines.
7 8 9 |
# File 'lib/configuration.rb', line 7 def mines @mines end |
#robots ⇒ Object
Returns the value of attribute robots.
4 5 6 |
# File 'lib/configuration.rb', line 4 def robots @robots end |
#toolboxes ⇒ Object
Returns the value of attribute toolboxes.
3 4 5 |
# File 'lib/configuration.rb', line 3 def toolboxes @toolboxes end |