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