class NoSE::Serialize::EntityRepresenter

Represent the whole entity and its fields

Public Instance Methods

fields() click to toggle source

A simple array of the fields within the entity

# File lib/nose/serialize.rb, line 218
def fields
  represented.fields.values + represented.foreign_keys.values
end