Class: DSU3::Guild
Overview
Guild object
Instance Attribute Summary
Attributes inherited from DObject
Instance Method Summary collapse
-
#verify ⇒ Object
Verifies accounts on the server.
Methods inherited from DObject
Constructor Details
This class inherits a constructor from DSU3::DObject
Instance Method Details
#verify ⇒ Object
Verifies accounts on the server
7 8 9 |
# File 'lib/dsu3/data/guild.rb', line 7 def verify @net.request(seq: true, cooldown: 0.5) { DSU3::API::Guild.verify(_1, @id) } end |