Class: Discordrb::InviteServer

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

Overview

A server referenced to by an invite

Instance Attribute Summary collapse

Attributes included from IDObject

#id

Method Summary

Methods included from IDObject

#==, #creation_time, synthesise

Instance Attribute Details

#nameString (readonly)



1103
1104
1105
# File 'lib/discordrb/data.rb', line 1103

def name
  @name
end

#splash_hashString? (readonly)



1107
1108
1109
# File 'lib/discordrb/data.rb', line 1107

def splash_hash
  @splash_hash
end