Class: Discordrb::InviteChannel

Inherits:
Object
  • Object
show all
Includes:
IDObject
Defined in:
lib/discordrb/data/invite.rb

Overview

A channel referenced by an invite. It has less data than regular channels, so it's a separate class

Instance Attribute Summary collapse

Attributes included from IDObject

#id

Method Summary

Methods included from IDObject

#==, #creation_time, synthesise

Instance Attribute Details

#nameString (readonly)



9
10
11
# File 'lib/discordrb/data/invite.rb', line 9

def name
  @name
end

#typeInteger (readonly)



12
13
14
# File 'lib/discordrb/data/invite.rb', line 12

def type
  @type
end