Class: RubyCord::Guild::IncomingWebhook

Inherits:
Webhook
  • Object
show all
Defined in:
lib/rubycord/guild/webhook/incoming_webhook.rb

Instance Attribute Summary collapse

Attributes inherited from Webhook

#application_id, #avatar, #channel_id, #guild_id, #name, #token, #user

Method Summary

Methods inherited from Webhook

#delete, #delete_message, #edit, #edit_message, from_url, #inspect, #post

Instance Attribute Details

#urlString (readonly)

Returns The URL of the webhook.

Returns:

  • (String)

    The URL of the webhook.



# File 'lib/rubycord/guild/webhook/incoming_webhook.rb', line 7