Class: Clashinator::PlayerRanking

Inherits:
Base
  • Object
show all
Defined in:
lib/clashinator/player_ranking.rb

Overview

This class represents the Clan Ranking model

Constant Summary

Constants inherited from Base

Base::CLASS_MAP, Base::OBJECT_MAP

Instance Method Summary collapse

Methods inherited from Base

prepare_options, #verify_array_of_classes, #verify_hash_that_are_objects

Methods included from Camelizable

#to_camel_case

Methods included from Underscorable

#to_underscore

Constructor Details

#initialize(attrs) ⇒ PlayerRanking

Returns a new instance of PlayerRanking.



4
5
6
# File 'lib/clashinator/player_ranking.rb', line 4

def initialize(attrs)
  super(attrs)
end