Exception: Dancan::NotAuthorizedError
- Inherits:
-
StandardError
- Object
- StandardError
- Dancan::NotAuthorizedError
- Defined in:
- lib/dancan.rb
Instance Attribute Summary collapse
-
#policy ⇒ Object
Returns the value of attribute policy.
-
#record ⇒ Object
Returns the value of attribute record.
-
#roles ⇒ Object
Returns the value of attribute roles.
Instance Attribute Details
#policy ⇒ Object
Returns the value of attribute policy.
11 12 13 |
# File 'lib/dancan.rb', line 11 def policy @policy end |
#record ⇒ Object
Returns the value of attribute record.
11 12 13 |
# File 'lib/dancan.rb', line 11 def record @record end |
#roles ⇒ Object
Returns the value of attribute roles.
11 12 13 |
# File 'lib/dancan.rb', line 11 def roles @roles end |