Class: Discordrb::InstallParams
- Inherits:
-
Object
- Object
- Discordrb::InstallParams
- Defined in:
- lib/discordrb/data/install_params.rb
Overview
Default installation parameters for an application.
Instance Attribute Summary collapse
-
#permissions ⇒ Permissions?
readonly
The default permissions to add an application to a server with.
-
#scopes ⇒ Array<String>
readonly
The default scopes to add an application to a server with.
Instance Attribute Details
#permissions ⇒ Permissions? (readonly)
Returns the default permissions to add an application to a server with.
10 11 12 |
# File 'lib/discordrb/data/install_params.rb', line 10 def @permissions end |
#scopes ⇒ Array<String> (readonly)
Returns the default scopes to add an application to a server with.
7 8 9 |
# File 'lib/discordrb/data/install_params.rb', line 7 def scopes @scopes end |