Class: OnyxCord::Events::IntegrationDeleteEvent
- Defined in:
- lib/onyxcord/events/integration/delete.rb
Overview
Raised whenever an integration is deleted.
Instance Attribute Summary collapse
-
#application_id ⇒ Integer?
readonly
The ID of the application that was removed.
-
#integration_id ⇒ Integer
readonly
The ID of the integration that was removed.
-
#server ⇒ Server
readonly
The server associated with the event.
Attributes inherited from Event
Instance Attribute Details
#application_id ⇒ Integer? (readonly)
Returns the ID of the application that was removed.
15 16 17 |
# File 'lib/onyxcord/events/integration/delete.rb', line 15 def application_id @application_id end |
#integration_id ⇒ Integer (readonly)
Returns the ID of the integration that was removed.
12 13 14 |
# File 'lib/onyxcord/events/integration/delete.rb', line 12 def integration_id @integration_id end |
#server ⇒ Server (readonly)
Returns the server associated with the event.
9 10 11 |
# File 'lib/onyxcord/events/integration/delete.rb', line 9 def server @server end |