class NoSE::Serialize::FieldRepresenter

Represents a field just by the entity and name

Public Instance Methods

parent() click to toggle source

The name of the parent entity

# File lib/nose/serialize.rb, line 69
def parent
  represented.parent.name
end