Class: RTM::AR::Reifiable
- Inherits:
-
Construct
- Object
- TMDelegator
- Construct
- RTM::AR::Reifiable
- Includes:
- Reifiable
- Defined in:
- lib/rtm/activerecord/tm_construct.rb
Direct Known Subclasses
Class Method Summary collapse
Methods inherited from Construct
Methods included from Construct
Methods inherited from TMDelegator
#__getobj__, #__setobj__, aka_property, class_delegate, delegate, #eql?, equality, #hash, #initialize, parent, property, property_set, wrapper_cache
Constructor Details
This class inherits a constructor from RTM::AR::TMDelegator
Class Method Details
.abstract_class? ⇒ Boolean
61 62 63 |
# File 'lib/rtm/activerecord/tm_construct.rb', line 61 def self.abstract_class? self == Reifiable end |