Module: Grape::Kong::Methods

Defined in:
lib/grape/kong/methods.rb

Instance Attribute Summary collapse

Instance Attribute Details

#resource_ownerObject Also known as: current_user

Returns the value of attribute resource_owner.



4
5
6
# File 'lib/grape/kong/methods.rb', line 4

def resource_owner
  @resource_owner
end

#scopesObject

Returns the value of attribute scopes.



4
5
6
# File 'lib/grape/kong/methods.rb', line 4

def scopes
  @scopes
end