Method: Platforms::Core::Configuration#network_class
- Defined in:
- lib/platforms/core/configuration.rb
#network_class ⇒ Object
The default name for the main application’s network class. (defaults: ::Network)
38 |
# File 'lib/platforms/core/configuration.rb', line 38 config_accessor(:network_class) { "::Network" } |