Class: Atheme::User

Inherits:
EntityBase show all
Defined in:
lib/atheme/entities/user.rb

Instance Attribute Summary

Attributes inherited from EntityBase

#token

Instance Method Summary collapse

Methods inherited from EntityBase

#initialize, #method_missing

Constructor Details

This class inherits a constructor from Atheme::EntityBase

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Atheme::EntityBase

Instance Method Details

#fetch!Object



3
4
5
# File 'lib/atheme/entities/user.rb', line 3

def fetch!
  @session.nickserv.info(@token)
end