Method: Xcake::Configuration#type

Defined in:
lib/xcake/configuration.rb

#typeSymbol

Returns the type of the configuration, either :debug or :release.

Returns:

  • (Symbol)

    the type of the configuration, either :debug or :release



22
23
24
# File 'lib/xcake/configuration.rb', line 22

def type
  @type
end