Class: Smite::MatchAchievements

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

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



3
4
5
# File 'lib/smite/match_achievements.rb', line 3

def inspect
  "#<Smite::MatchAchievements #{match} '#{player_name}'>"
end