class MarkMapper::AccessibleOrProtected
Public Class Methods
new(name)
click to toggle source
Calls superclass method
# File lib/mark_mapper/exceptions.rb, line 29 def initialize(name) super("Declare either attr_protected or attr_accessible for #{name}, but not both.") end