class ActionFramework::Settings

Attributes

errorhandler[RW]
port[RW]
server[RW]

Public Class Methods

new() click to toggle source
# File lib/actionframework/settings.rb, line 8
def initialize
        @port = 3000
        @server = "thin"
end