class Lucky::MaximumRequestSizeHandler::HabitatSettings
Defined in:
lucky/maximum_request_size_handler.crClass Method Summary
- .enabled : Bool
- .enabled=(value : Bool)
-
.enabled?
Used for checking missing settings on non-nilable types It's advised to use enabled in your apps to ensure the propper type is checked.
- .max_size : Int64
- .max_size=(value : Int64)
-
.max_size?
Used for checking missing settings on non-nilable types It's advised to use max_size in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
def self.enabled?
#
Used for checking missing settings on non-nilable types It's advised to use enabled in your apps to ensure the propper type is checked.
def self.max_size?
#
Used for checking missing settings on non-nilable types It's advised to use max_size in your apps to ensure the propper type is checked.