class Breeze::ActionHelpers::HabitatSettings
- Breeze::ActionHelpers::HabitatSettings
- Reference
- Object
Defined in:
breeze/actions/mixins/action_helpers.crClass Method Summary
- .skip_pipes_if : Proc(HTTP::Server::Context, Bool) | Nil
- .skip_pipes_if=(value : Proc(HTTP::Server::Context, Bool) | Nil)
-
.skip_pipes_if?
Used for checking missing settings on non-nilable types It's advised to use skip_pipes_if in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
def self.skip_pipes_if?
#
Used for checking missing settings on non-nilable types It's advised to use skip_pipes_if in your apps to ensure the propper type is checked.