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
18 19 20 |
# File 'lib/himari/decisions/authorization.rb', line 18 def claims @claims end |
#client ⇒ Object
Returns the value of attribute client
18 19 20 |
# File 'lib/himari/decisions/authorization.rb', line 18 def client @client end |
#request ⇒ Object
Returns the value of attribute request
18 19 20 |
# File 'lib/himari/decisions/authorization.rb', line 18 def request @request end |
#user_data ⇒ Object
Returns the value of attribute user_data
18 19 20 |
# File 'lib/himari/decisions/authorization.rb', line 18 def user_data @user_data end |