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)
208 209 210 |
# File 'lib/discordrb/data/activity.rb', line 208 def current_size @current_size end |
#id ⇒ String? (readonly)
205 206 207 |
# File 'lib/discordrb/data/activity.rb', line 205 def id @id end |
#max_size ⇒ Integer? (readonly)
211 212 213 |
# File 'lib/discordrb/data/activity.rb', line 211 def max_size @max_size end |