Class: Clickwrap::RemediationToken::Context
- Inherits:
-
Data
- Object
- Data
- Clickwrap::RemediationToken::Context
- Defined in:
- lib/clickwrap/remediation_token.rb
Instance Attribute Summary collapse
-
#actor_reference ⇒ Object
readonly
Returns the value of attribute actor_reference.
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#policy ⇒ Object
readonly
Returns the value of attribute policy.
-
#represented_party ⇒ Object
readonly
Returns the value of attribute represented_party.
-
#return_to ⇒ Object
readonly
Returns the value of attribute return_to.
-
#subject ⇒ Object
readonly
Returns the value of attribute subject.
-
#tenant_reference ⇒ Object
readonly
Returns the value of attribute tenant_reference.
Instance Attribute Details
#actor_reference ⇒ Object (readonly)
Returns the value of attribute actor_reference
12 13 14 |
# File 'lib/clickwrap/remediation_token.rb', line 12 def actor_reference @actor_reference end |
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes
12 13 14 |
# File 'lib/clickwrap/remediation_token.rb', line 12 def attributes @attributes end |
#policy ⇒ Object (readonly)
Returns the value of attribute policy
12 13 14 |
# File 'lib/clickwrap/remediation_token.rb', line 12 def policy @policy end |
#represented_party ⇒ Object (readonly)
Returns the value of attribute represented_party
12 13 14 |
# File 'lib/clickwrap/remediation_token.rb', line 12 def represented_party @represented_party end |
#return_to ⇒ Object (readonly)
Returns the value of attribute return_to
12 13 14 |
# File 'lib/clickwrap/remediation_token.rb', line 12 def return_to @return_to end |
#subject ⇒ Object (readonly)
Returns the value of attribute subject
12 13 14 |
# File 'lib/clickwrap/remediation_token.rb', line 12 def subject @subject end |
#tenant_reference ⇒ Object (readonly)
Returns the value of attribute tenant_reference
12 13 14 |
# File 'lib/clickwrap/remediation_token.rb', line 12 def tenant_reference @tenant_reference end |