Method: ActiveFacts::API::ObjectType#vocabulary

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

#vocabularyObject

What vocabulary (Ruby module) does this object_type belong to?



18
19
20
# File 'lib/activefacts/api/object_type.rb', line 18

def vocabulary
  modspace        # The module that contains this object_type.
end