# File lib/dm-core/resource.rb, line 239
    def attribute_get(name)
      property = properties[name]
      persistence_state.get(property) if property
    end