Class: Himari::Decisions::Authorization::Context
- Inherits:
-
Struct
- Object
- Struct
- Himari::Decisions::Authorization::Context
- Defined in:
- lib/himari/decisions/authorization.rb
Instance Attribute Summary collapse
-
#claims ⇒ Object
Returns the value of attribute claims.
-
#client ⇒ Object
Returns the value of attribute client.
-
#request ⇒ Object
Returns the value of attribute request.
-
#user_data ⇒ Object
Returns the value of attribute user_data.
Instance Attribute Details
#claims ⇒ Object
Returns the value of attribute claims
19 20 21 |
# File 'lib/himari/decisions/authorization.rb', line 19 def claims @claims end |
#client ⇒ Object
Returns the value of attribute client
19 20 21 |
# File 'lib/himari/decisions/authorization.rb', line 19 def client @client end |
#request ⇒ Object
Returns the value of attribute request
19 20 21 |
# File 'lib/himari/decisions/authorization.rb', line 19 def request @request end |
#user_data ⇒ Object
Returns the value of attribute user_data
19 20 21 |
# File 'lib/himari/decisions/authorization.rb', line 19 def user_data @user_data end |