Module: CLLI::EntityType

Included in:
CLLI
Defined in:
lib/clli/entity_type.rb

Overview

This module provides methods to lookup the entity code description for a parsed CLLI string.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(o) ⇒ Object

When this modeule is included then extend the including class with the methods defined in ClassMethods.



9
10
11
# File 'lib/clli/entity_type.rb', line 9

def self.included(o)
  o.extend(ClassMethods)
end