Class: Discordrb::Events::ApplicationCommandEvent::Resolved
- Inherits:
-
Struct
- Object
- Struct
- Discordrb::Events::ApplicationCommandEvent::Resolved
- Defined in:
- lib/discordrb/events/interactions.rb
Overview
Struct to allow accessing data via [] or methods.
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#members ⇒ Object
Returns the value of attribute members.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#roles ⇒ Object
Returns the value of attribute roles.
-
#users ⇒ Object
Returns the value of attribute users.
Instance Attribute Details
#attachments ⇒ Object
Returns the value of attribute attachments
133 134 135 |
# File 'lib/discordrb/events/interactions.rb', line 133 def @attachments end |
#channels ⇒ Object
Returns the value of attribute channels
133 134 135 |
# File 'lib/discordrb/events/interactions.rb', line 133 def channels @channels end |
#members ⇒ Object
Returns the value of attribute members
133 134 135 |
# File 'lib/discordrb/events/interactions.rb', line 133 def members @members end |
#messages ⇒ Object
Returns the value of attribute messages
133 134 135 |
# File 'lib/discordrb/events/interactions.rb', line 133 def @messages end |
#roles ⇒ Object
Returns the value of attribute roles
133 134 135 |
# File 'lib/discordrb/events/interactions.rb', line 133 def roles @roles end |
#users ⇒ Object
Returns the value of attribute users
133 134 135 |
# File 'lib/discordrb/events/interactions.rb', line 133 def users @users end |