Class: RTM::AR::Reifiable

Inherits:
Construct show all
Includes:
Reifiable
Defined in:
lib/rtm/activerecord/tm_construct.rb

Direct Known Subclasses

Association, Name, Occurrence, Role, Variant

Class Method Summary collapse

Methods inherited from Construct

find, wrap

Methods included from Construct

#find

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

Returns:

  • (Boolean)


61
62
63
# File 'lib/rtm/activerecord/tm_construct.rb', line 61

def self.abstract_class?
  self == Reifiable
end