class Lucky::Server::HabitatSettings
- Lucky::Server::HabitatSettings
- Reference
- Object
Defined in:
lucky/server.crClass Method Summary
- .asset_host : String
- .asset_host=(value : String)
-
.asset_host?
Used for checking missing settings on non-nilable types It's advised to use asset_host in your apps to ensure the propper type is checked.
- .gzip_content_types : Array(String)
- .gzip_content_types=(value : Array(String))
-
.gzip_content_types?
Used for checking missing settings on non-nilable types It's advised to use gzip_content_types in your apps to ensure the propper type is checked.
- .gzip_enabled : Bool
- .gzip_enabled=(value : Bool)
-
.gzip_enabled?
Used for checking missing settings on non-nilable types It's advised to use gzip_enabled in your apps to ensure the propper type is checked.
- .host : String
- .host=(value : String)
-
.host?
Used for checking missing settings on non-nilable types It's advised to use host in your apps to ensure the propper type is checked.
- .port : Int32
- .port=(value : Int32)
-
.port?
Used for checking missing settings on non-nilable types It's advised to use port in your apps to ensure the propper type is checked.
- .secret_key_base : String
- .secret_key_base=(value : String)
-
.secret_key_base?
Used for checking missing settings on non-nilable types It's advised to use secret_key_base in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
Used for checking missing settings on non-nilable types It's advised to use asset_host in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use gzip_content_types in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use gzip_enabled in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use host in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use port in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use secret_key_base in your apps to ensure the propper type is checked.