init method
The constructor for the Configuration class. This object is setup and then passed to the [Eyes configuration] method before the call to the [Eyes openWithApplicationName] method.
Syntax
Configuration* config = [Configuration new];
Parameters
This method does not take any parameters.Return value
- Type: Configuration*
-
The value returned is the object that called the method.
This allows you to use a fluent style to call the
setXXXX
methods of the Configuration class.