Class: Clickwrap::RemediationToken::Context

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

Instance Attribute Summary collapse

Instance Attribute Details

#actor_referenceObject (readonly)

Returns the value of attribute actor_reference

Returns:

  • (Object)

    the current value of actor_reference



12
13
14
# File 'lib/clickwrap/remediation_token.rb', line 12

def actor_reference
  @actor_reference
end

#attributesObject (readonly)

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



12
13
14
# File 'lib/clickwrap/remediation_token.rb', line 12

def attributes
  @attributes
end

#policyObject (readonly)

Returns the value of attribute policy

Returns:

  • (Object)

    the current value of policy



12
13
14
# File 'lib/clickwrap/remediation_token.rb', line 12

def policy
  @policy
end

#represented_partyObject (readonly)

Returns the value of attribute represented_party

Returns:

  • (Object)

    the current value of represented_party



12
13
14
# File 'lib/clickwrap/remediation_token.rb', line 12

def represented_party
  @represented_party
end

#return_toObject (readonly)

Returns the value of attribute return_to

Returns:

  • (Object)

    the current value of return_to



12
13
14
# File 'lib/clickwrap/remediation_token.rb', line 12

def return_to
  @return_to
end

#subjectObject (readonly)

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



12
13
14
# File 'lib/clickwrap/remediation_token.rb', line 12

def subject
  @subject
end

#tenant_referenceObject (readonly)

Returns the value of attribute tenant_reference

Returns:

  • (Object)

    the current value of tenant_reference



12
13
14
# File 'lib/clickwrap/remediation_token.rb', line 12

def tenant_reference
  @tenant_reference
end