class EnumBehavior::Base
Attributes
model[R]
Public Class Methods
new(model)
click to toggle source
# File lib/enum_behavior/base.rb, line 3 def initialize(model) @model = model end