Returns the type of the configuration, either :debug or :release.
Returns:
the type of the configuration, either :debug or :release
22 23 24
# File 'lib/xcake/configuration.rb', line 22 def type @type end