Class: ActionPolicy::Policy::PreCheck::Check::Result
- Inherits:
-
Object
- Object
- ActionPolicy::Policy::PreCheck::Check::Result
- Defined in:
- lib/action_policy/policy/pre_check.rb
Overview
Wrapper over check result
Constant Summary collapse
Instance Attribute Summary collapse
-
#fulfilled ⇒ Object
(also: #fulfilled?)
readonly
Returns the value of attribute fulfilled.
Instance Method Summary collapse
- #denied? ⇒ Boolean
-
#initialize(val) ⇒ Result
constructor
A new instance of Result.
- #value ⇒ Object
Constructor Details
Instance Attribute Details
#fulfilled ⇒ Object (readonly) Also known as: fulfilled?
Returns the value of attribute fulfilled.
44 45 46 |
# File 'lib/action_policy/policy/pre_check.rb', line 44 def fulfilled @fulfilled end |