Module Her::Model::Base
In: lib/her/model/base.rb

This module includes basic functionnality to Her::Model

Methods

Public Instance methods

Returns

  • the value of the attribute_name attribute if it‘s in orm data
  • the resource/collection corrsponding to attribute_name if it‘s an association

@private

Returns true if attribute_name is

  • in resource attributes
  • an association

@private

[Validate]