Class: Smite::Achievements

Inherits:
Object
  • Object
show all
Defined in:
lib/smite/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/achievements.rb', line 3

def inspect
  "#<Smite::Achievements '#{name}'>"
end