class AppKit::Configuration

Attributes

application_title[RW]
authentication_enabled[RW]

Public Class Methods

new() click to toggle source
# File lib/app_kit/configuration.rb, line 4
def initialize
  @authentication_enabled = true
end

Public Instance Methods

authentication_enabled?() click to toggle source
# File lib/app_kit/configuration.rb, line 8
def authentication_enabled?
  authentication_enabled
end