Class: Smite::Queue

Inherits:
Object show all
Defined in:
lib/smite/queue.rb

Constant Summary collapse

QUEUES =
[
  { 'name' => 'Conquest', 'id' => 426 },
  { 'name' => 'MOTD', 'id' => 434 },
  { 'name' => 'Arena', 'id' => 435 },
  { 'name' => 'JoustLeague', 'id' => 440 },
  { 'name' => 'Assault', 'id' => 445 },
  { 'name' => 'Joust3v3', 'id' => 448 },
  { 'name' => 'ConquestLeague', 'id' => 451 },
  { 'name' => 'MOTD', 'id' => 465 },
  { 'name' => 'Clash', 'id' => 466 },
]

Instance Attribute Summary

Attributes inherited from Object

#data

Instance Method Summary collapse

Methods inherited from Object

#attributes, #initialize, #method_missing

Constructor Details

This class inherits a constructor from Smite::Object

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Smite::Object

Instance Method Details

#inspectObject



15
16
17
# File 'lib/smite/queue.rb', line 15

def inspect
  "#<Smite::Queue #{id} #{name}>"
end