Module: Grape::Kong::Methods
- Defined in:
- lib/grape/kong/methods.rb
Instance Attribute Summary collapse
-
#resource_owner ⇒ Object
(also: #current_user)
Returns the value of attribute resource_owner.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
Instance Attribute Details
#resource_owner ⇒ Object 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 |
#scopes ⇒ Object
Returns the value of attribute scopes.
4 5 6 |
# File 'lib/grape/kong/methods.rb', line 4 def scopes @scopes end |