Module: Foobara::DetachedEntity::Concerns::Types

Includes:
Concern
Included in:
Foobara::DetachedEntity
Defined in:
foobara-0.5.8/projects/entities/projects/detached_entity/src/concerns/types.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Methods included from Concern

foobara_class_methods_module_for, foobara_concern?, included

Instance Method Details

#entity_nameObject



13
14
15
# File 'projects/entities/projects/detached_entity/src/concerns/types.rb', line 13

def entity_name
  self.class.entity_name
end

#full_entity_nameObject



7
8
9
10
11
# File 'projects/entities/projects/detached_entity/src/concerns/types.rb', line 7

def full_entity_name
  # :nocov:
  self.class.full_entity_name
  # :nocov:
end