Class: Recurso::BasePolicy
- Inherits:
-
Struct
- Object
- Struct
- Recurso::BasePolicy
- Defined in:
- lib/recurso/policies/base_policy.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#identity ⇒ Object
Returns the value of attribute identity.
-
#resource ⇒ Object
Returns the value of attribute resource.
Instance Attribute Details
#identity ⇒ Object
Returns the value of attribute identity
2 3 4 |
# File 'lib/recurso/policies/base_policy.rb', line 2 def identity @identity end |
#resource ⇒ Object
Returns the value of attribute resource
2 3 4 |
# File 'lib/recurso/policies/base_policy.rb', line 2 def resource @resource end |