Class: Discordrb::Activity::Party
- Inherits:
-
Object
- Object
- Discordrb::Activity::Party
- Defined in:
- lib/discordrb/data/activity.rb
Overview
Contains information about an activity's party
Instance Attribute Summary collapse
- #current_size ⇒ Integer? readonly
- #id ⇒ String? readonly
- #max_size ⇒ Integer? readonly
Instance Attribute Details
#current_size ⇒ Integer? (readonly)
206 207 208 |
# File 'lib/discordrb/data/activity.rb', line 206 def current_size @current_size end |
#id ⇒ String? (readonly)
203 204 205 |
# File 'lib/discordrb/data/activity.rb', line 203 def id @id end |
#max_size ⇒ Integer? (readonly)
209 210 211 |
# File 'lib/discordrb/data/activity.rb', line 209 def max_size @max_size end |