Class: Himari::Decisions::Claims::Context
- Inherits:
-
Struct
- Object
- Struct
- Himari::Decisions::Claims::Context
- Defined in:
- lib/himari/decisions/claims.rb
Instance Attribute Summary collapse
-
#auth ⇒ Object
Returns the value of attribute auth.
-
#request ⇒ Object
Returns the value of attribute request.
Instance Method Summary collapse
Instance Attribute Details
#auth ⇒ Object
Returns the value of attribute auth
10 11 12 |
# File 'lib/himari/decisions/claims.rb', line 10 def auth @auth end |
#request ⇒ Object
Returns the value of attribute request
10 11 12 |
# File 'lib/himari/decisions/claims.rb', line 10 def request @request end |
Instance Method Details
#provider ⇒ Object
11 |
# File 'lib/himari/decisions/claims.rb', line 11 def provider; auth[:provider]; end |