Module: Configuration_accessors

Included in:
Configuration
Defined in:
lib/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#battlefieldObject

Returns the value of attribute battlefield.



6
7
8
# File 'lib/configuration.rb', line 6

def battlefield
  @battlefield
end

#bulletsObject

Returns the value of attribute bullets.



5
6
7
# File 'lib/configuration.rb', line 5

def bullets
  @bullets
end

#gameObject

Returns the value of attribute game.



2
3
4
# File 'lib/configuration.rb', line 2

def game
  @game
end

#minesObject

Returns the value of attribute mines.



7
8
9
# File 'lib/configuration.rb', line 7

def mines
  @mines
end

#robotsObject

Returns the value of attribute robots.



4
5
6
# File 'lib/configuration.rb', line 4

def robots
  @robots
end

#toolboxesObject

Returns the value of attribute toolboxes.



3
4
5
# File 'lib/configuration.rb', line 3

def toolboxes
  @toolboxes
end