Method: OEHClient::Config::SpaceManager#initialize
- Defined in:
- lib/oehclient/config/space_manager.rb
#initialize ⇒ SpaceManager
Constructor. Initialize the spaces collection as a new hash
10 11 12 |
# File 'lib/oehclient/config/space_manager.rb', line 10 def initialize @spaces = Hash.new end |