Class: Clickwrap::ControllerHelpers::Gate
- Inherits:
-
Data
- Object
- Data
- Clickwrap::ControllerHelpers::Gate
- Defined in:
- lib/clickwrap/controller_helpers.rb
Instance Attribute Summary collapse
-
#acting_for_with ⇒ Object
readonly
Returns the value of attribute acting_for_with.
-
#gate ⇒ Object
readonly
Returns the value of attribute gate.
-
#policy_key ⇒ Object
readonly
Returns the value of attribute policy_key.
-
#remediation_path ⇒ Object
readonly
Returns the value of attribute remediation_path.
-
#subject_with ⇒ Object
readonly
Returns the value of attribute subject_with.
Instance Attribute Details
#acting_for_with ⇒ Object (readonly)
Returns the value of attribute acting_for_with
75 76 77 |
# File 'lib/clickwrap/controller_helpers.rb', line 75 def acting_for_with @acting_for_with end |
#gate ⇒ Object (readonly)
Returns the value of attribute gate
75 76 77 |
# File 'lib/clickwrap/controller_helpers.rb', line 75 def gate @gate end |
#policy_key ⇒ Object (readonly)
Returns the value of attribute policy_key
75 76 77 |
# File 'lib/clickwrap/controller_helpers.rb', line 75 def policy_key @policy_key end |
#remediation_path ⇒ Object (readonly)
Returns the value of attribute remediation_path
75 76 77 |
# File 'lib/clickwrap/controller_helpers.rb', line 75 def remediation_path @remediation_path end |
#subject_with ⇒ Object (readonly)
Returns the value of attribute subject_with
75 76 77 |
# File 'lib/clickwrap/controller_helpers.rb', line 75 def subject_with @subject_with end |