Class: Levelup::Requests::ShowPermissionsRequest
- Inherits:
-
Base
- Object
- Templates::DataParcel
- Base
- Levelup::Requests::ShowPermissionsRequest
- Includes:
- Templates::AppAuthenticated
- Defined in:
- lib/levelup/requests/show_permissions_request.rb
Overview
Represents a request to show the status of a specified permissions request.
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes included from Templates::AppAuthenticated
Instance Method Summary collapse
Methods included from Templates::AppAuthenticated
Methods inherited from Base
#auth_type, #headers, instance_variables_excluded_from_hash, #send_to_api
Methods inherited from Templates::DataParcel
excluded?, #initialize, instance_variables_excluded_from_hash
Constructor Details
This class inherits a constructor from Levelup::Templates::DataParcel
Instance Method Details
#body ⇒ Object
7 8 9 |
# File 'lib/levelup/requests/show_permissions_request.rb', line 7 def body {} end |