module Superhosting::MapperInheritance::Base

Attributes

inheritors[RW]
inheritors_tree[RW]

Public Class Methods

new() click to toggle source
# File lib/superhosting/mapper_inheritance/base.rb, line 6
def initialize
  self.inheritors = {}
  self.inheritors_tree = {}
end

Public Instance Methods

set_inheritors(mapper) click to toggle source
# File lib/superhosting/mapper_inheritance/base.rb, line 11
def set_inheritors(mapper)
  self.set_inheritance(mapper)
end