Class: Clickwrap::ControllerHelpers::Gate

Inherits:
Data
  • Object
show all
Defined in:
lib/clickwrap/controller_helpers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#acting_for_withObject (readonly)

Returns the value of attribute acting_for_with

Returns:

  • (Object)

    the current value of acting_for_with



75
76
77
# File 'lib/clickwrap/controller_helpers.rb', line 75

def acting_for_with
  @acting_for_with
end

#gateObject (readonly)

Returns the value of attribute gate

Returns:

  • (Object)

    the current value of gate



75
76
77
# File 'lib/clickwrap/controller_helpers.rb', line 75

def gate
  @gate
end

#policy_keyObject (readonly)

Returns the value of attribute policy_key

Returns:

  • (Object)

    the current value of policy_key



75
76
77
# File 'lib/clickwrap/controller_helpers.rb', line 75

def policy_key
  @policy_key
end

#remediation_pathObject (readonly)

Returns the value of attribute remediation_path

Returns:

  • (Object)

    the current value of remediation_path



75
76
77
# File 'lib/clickwrap/controller_helpers.rb', line 75

def remediation_path
  @remediation_path
end

#subject_withObject (readonly)

Returns the value of attribute subject_with

Returns:

  • (Object)

    the current value of subject_with



75
76
77
# File 'lib/clickwrap/controller_helpers.rb', line 75

def subject_with
  @subject_with
end