Class: Discordrb::Events::ApplicationCommandEvent::Resolved

Inherits:
Struct
  • Object
show all
Defined in:
lib/discordrb/events/interactions.rb

Overview

Struct to allow accessing data via [] or methods.

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsObject

Returns the value of attribute attachments



134
135
136
# File 'lib/discordrb/events/interactions.rb', line 134

def attachments
  @attachments
end

#channelsObject

Returns the value of attribute channels



134
135
136
# File 'lib/discordrb/events/interactions.rb', line 134

def channels
  @channels
end

#membersObject

Returns the value of attribute members



134
135
136
# File 'lib/discordrb/events/interactions.rb', line 134

def members
  @members
end

#messagesObject

Returns the value of attribute messages



134
135
136
# File 'lib/discordrb/events/interactions.rb', line 134

def messages
  @messages
end

#rolesObject

Returns the value of attribute roles



134
135
136
# File 'lib/discordrb/events/interactions.rb', line 134

def roles
  @roles
end

#usersObject

Returns the value of attribute users



134
135
136
# File 'lib/discordrb/events/interactions.rb', line 134

def users
  @users
end