Class: Atheme::Entity

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

Direct Known Subclasses

Channel

Instance Attribute Summary

Attributes inherited from EntityBase

#token

Instance Method Summary collapse

Methods inherited from EntityBase

#fetch!, #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

#fetchable?Boolean

Returns:

  • (Boolean)


55
56
57
# File 'lib/atheme/entity.rb', line 55

def fetchable?
  false
end