Method: ActiveFacts::API::ObjectifiedFactType#objectified_as

Defined in:
lib/activefacts/api/fact_type.rb

#objectified_asObject (readonly)

The roles of an ObjectifiedFactType are roles in the link fact types. This means that all_role.fact_type does not point to this fact type, as would normally be the case. invariant { self.all_role.each {|role| role.counterpart.object_type == self.objectified_as } }



25
26
27
# File 'lib/activefacts/api/fact_type.rb', line 25

def objectified_as
  @objectified_as
end