Class: Big3::GameManager
- Inherits:
-
Object
- Object
- Big3::GameManager
- Defined in:
- lib/big_3/game_manager.rb
Instance Attribute Summary collapse
-
#ids ⇒ Object
Returns the value of attribute ids.
Instance Method Summary collapse
- #create_games ⇒ Object
-
#initialize(args = {}) ⇒ GameManager
constructor
A new instance of GameManager.
Constructor Details
#initialize(args = {}) ⇒ GameManager
Returns a new instance of GameManager.
5 6 7 |
# File 'lib/big_3/game_manager.rb', line 5 def initialize(args={}) @ids = args[:ids] end |
Instance Attribute Details
#ids ⇒ Object
Returns the value of attribute ids.
3 4 5 |
# File 'lib/big_3/game_manager.rb', line 3 def ids @ids end |