Class: RTM::AR::TMDM::ScopedObject

Inherits:
Reifiable show all
Defined in:
lib/rtm/activerecord/tmdm.rb

Direct Known Subclasses

Association, Name, Occurrence, Variant

Class Method Summary collapse

Methods inherited from Construct

alias_ar_relation, belongs_to_parent, belongs_to_with_alias, has_many_with_alias, #move_to, this_is_a_typed_object, #topic_map

Methods included from Movable

#move_all

Class Method Details

.abstract_class?Boolean

Returns:

  • (Boolean)


95
96
97
# File 'lib/rtm/activerecord/tmdm.rb', line 95

def self.abstract_class?
  self == ScopedObject
end