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