Class: Atheme::Entity

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

Instance Attribute Summary

Attributes inherited from EntityBase

#token

Instance Method Summary collapse

Methods inherited from EntityBase

#error?, #fetch!, #initialize, #method_missing, #success?, #to_ary

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)


65
66
67
# File 'lib/atheme/entity.rb', line 65

def fetchable?
  false
end