class NoSE::Serialize::ModelRepresenter

Represent entities in a model

Public Instance Methods

entities() click to toggle source

A simple array of the entities in the model @return [Array<Entity>]

# File lib/nose/serialize.rb, line 471
def entities
  represented.entities.values
end