struct

Orion::Config

Inherits Struct < Value < Object

These are the options available when setting properties with the config method within your application.

Constructors

Instance methods

address
Source
address=(address : Socket::IPAddress | Socket::UNIXAddress | Nil)
Source
host
Source
host=(host : String)
Source
initialize
Source
path
Source
path=(path : String | Nil)
Source
port
Source
port=(port : Int32 | Nil)
Source
reuse_port
Source
reuse_port=(reuse_port : Bool)
Source
socket
Source
socket=(socket : Socket::Server | Nil)
Source
uri=(uri : String | URI | Nil)
Source