Class: Colonization::ModelEntity

Inherits:
Object
  • Object
show all
Defined in:
lib/colonization/model_entity.rb

Direct Known Subclasses

ModelField, ModelRelation

Instance Method Summary collapse

Instance Method Details

#nameObject

Raises:

  • (NotImplementedException)


3
4
5
# File 'lib/colonization/model_entity.rb', line 3

def name
  raise NotImplementedException
end

#valueObject

Raises:

  • (NotImplementedException)


7
8
9
# File 'lib/colonization/model_entity.rb', line 7

def value
  raise NotImplementedException
end