Class: RubyCord::Interaction::UserCommand

Inherits:
Command show all
Defined in:
lib/rubycord/interaction/command/user_command.rb

Instance Attribute Summary collapse

Attributes inherited from RubyCord::Interaction

#app_permissions, #application_id, #guild_locale, #id, #locale, #token, #type, #user, #version

Method Summary

Methods included from ModalResponder

#show_modal

Methods included from SourceResponder

#defer_source, #post

Methods inherited from RubyCord::Interaction

#channel, #delete_original_message, #edit_original_message, #guild, #inspect, #post

Methods inherited from DiscordModel

#==, #eql?, #inspect

Instance Attribute Details

#targetRubyCord::Guild::Member, RubyCord::User (readonly)

Returns The target user.

Returns:



11
12
13
# File 'lib/rubycord/interaction/command/user_command.rb', line 11

def target
  @target
end