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



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

def claims
  @claims
end

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



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

def client
  @client
end

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



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

def request
  @request
end

#user_dataObject

Returns the value of attribute user_data

Returns:

  • (Object)

    the current value of user_data



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

def user_data
  @user_data
end