Class: Himari::Decisions::Authorization::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/himari/decisions/authorization.rb

Instance Attribute Summary collapse

Instance Attribute Details

#claimsObject

Returns the value of attribute claims

Returns:

  • (Object)

    the current value of claims



19
20
21
# File 'lib/himari/decisions/authorization.rb', line 19

def claims
  @claims
end

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



19
20
21
# File 'lib/himari/decisions/authorization.rb', line 19

def client
  @client
end

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



19
20
21
# File 'lib/himari/decisions/authorization.rb', line 19

def request
  @request
end

#user_dataObject

Returns the value of attribute user_data

Returns:

  • (Object)

    the current value of user_data



19
20
21
# File 'lib/himari/decisions/authorization.rb', line 19

def user_data
  @user_data
end