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